Open Recodify opened 5 years ago
Current Behavior
When updating data the chart animation transitions from the Y axis as it would when initially binding data to the chart.
Expected Behavior
When updating data the chart animation should transition from the current position, not the y axis.
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
Any update on this? Seems to be an on going issue
Current Behavior
When updating data the chart animation transitions from the Y axis as it would when initially binding data to the chart.
Expected Behavior
When updating data the chart animation should transition from the current position, not the y axis.
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