Skip to content

Conversation

@Recodify
Copy link

@Recodify Recodify commented Dec 29, 2018

Issue #48

Previous 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

This PR addresses this problem by updating exist data sets, if they exist and have data.

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

Successfully merging this pull request may close these issues.

1 participant