11👍
Faced same problem.
Use onComplete() in options.animation instead:
options:{
animation:{
onComplete : function(){
/*Your code here*/
}
}
}
- [Chartjs]-Add DataSet Bar Chart – Chart.JS
- [Chartjs]-Chart.js canvas, how can I swap data without the previous data affecting my hover events?
Source:stackexchange.com