You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description getValues API which is used to get chart's dataset doesn't resolve on ts-binding level if current state of map is empty. Almost all rust API are represented on ts-binding level as a promises and should be resolved or rejected. In this case, we have a "forever" pending request. That's a reason why we don't see any error - this request just isn't resolved or rejected, it's pending.
Reproducing
the best way to reproduce is to use the related jasmine test (application/apps/rustcore/ts-bindings/spec/session.values.spec.ts).
The text was updated successfully, but these errors were encountered:
It wasn't a bug. It was a specific of dataset. Most values are in a range 0..1000 and only once comes value >1000M. Of course it makes the chart almost invisible, because of scale.
Prerequisites
affected version: 3.13.5
Description
getValues
API which is used to get chart's dataset doesn't resolve on ts-binding level if current state of map isempty
. Almost all rust API are represented on ts-binding level as a promises and should be resolved or rejected. In this case, we have a "forever" pending request. That's a reason why we don't see any error - this request just isn't resolved or rejected, it's pending.Reproducing
application/apps/rustcore/ts-bindings/spec/session.values.spec.ts
).The text was updated successfully, but these errors were encountered: