Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting charts values #2133

Closed
DmitryAstafyev opened this issue Oct 23, 2024 · 1 comment
Closed

Getting charts values #2133

DmitryAstafyev opened this issue Oct 23, 2024 · 1 comment
Assignees
Labels
bug new newly created issue

Comments

@DmitryAstafyev
Copy link
Collaborator

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 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).
@DmitryAstafyev DmitryAstafyev self-assigned this Oct 23, 2024
@github-actions github-actions bot added the new newly created issue label Oct 23, 2024
@DmitryAstafyev
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug new newly created issue
Projects
None yet
Development

No branches or pull requests

1 participant