chartjs how to disable animation

Solutions on MaxInterview for chartjs how to disable animation by the best coders in the world

showing results for - "chartjs how to disable animation"
Nicola
31 Jan 2018
1options: {
2    animation: {
3        duration: 0
4    }
5}