0👍
Same probleme… Chartjs v2 not really a release…
- [Chartjs]-Using chart js version 3, how to add custom data to external tooltip?
- [Chartjs]-Chart.js Radar chart multiple datasets
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.
Source:stackexchange.com