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

Updating data results in animation from y-axis rather than current position #48

Open
Recodify opened this issue Dec 29, 2018 · 1 comment

Comments

@Recodify
Copy link

Recodify commented Dec 29, 2018

Current Behavior

When updating data the chart animation transitions from the Y axis as it would when initially binding data to the chart.

chartbefore

Expected Behavior

When updating data the chart animation should transition from the current position, not the y axis.

chartafter

Cause

Instead of setting the updated data on the existing dataset, a new dataset is created so the transition always appears as it does on the initial bind.

Solution

PR #47

@kisamoto
Copy link

Any update on this? Seems to be an on going issue

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

No branches or pull requests

2 participants