score:13

Accepted answer

use chart.defaults.global.animation.duration = 3000;

score:9

use the animation object

options: {
        animation: {
            duration: 2000,
        },

i haven't see this documented anywhere, but it's incredibly helpful to not have to set the speed globally for every chart.


Related Query

More Query from same tag