Ive ran into a problem with chart.js where the animation isnt playing correctly even though the update() function isnt set to 0, the animation only plays "once" and after it finishes it doesnt update anymore. Any help would be greatly appreciated.
my update function is below.
function B2D1(){
chart2.config.data = data4;
chart2.options.title.text = 'Cyberpunk 2077 - 1080p, Highest Preset';
chart2.update();
}