ChartJS: How to dynamically create data arrays

👍:0

u can with .draw() to new draw the canvaselement if u filled it with new data.
And with .reflow() u bring the start-motion back ;D

Maybe try this:

window.myBar.draw();
window.myBar.reflow();

Leave a comment