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
When updating the data of the chart instance, you replace all of it which makes chart.js re-render the chart even though you've only updated the data points. This makes it impossible to animate between changed values.
It would be great if when we only update data points that it would update them them properly so that seamless animation between point values work as intended.
dcworldwide, mattbague, JMacLulich, adambowles, rhblind and 8 more