[Chartjs]-Chartjs 3.x Migration Guide notes on animation not working

1👍

you can just set animation to false:

options: { 
    animation: false,
    ...

You can read more at Disabling animation.

Leave a comment