[Chartjs]-Dynamically update values of a chartjs2.0 chart

0👍

Same probleme… Chartjs v2 not really a release…

0👍

You can push() and slice() the arrays of the datasets & labels and then update() your chart.

But the motion is not the same and the old addData() was way more meaningful.

Leave a comment