chartjs animation off code example
Example 1: chartjs how to disable animation
options: {
animation: {
duration: 0
}
}
Example 2: animated graph js
Check this:
https://codepen.io/DevLorenzo/pen/ExgrYdL
options: {
animation: {
duration: 0
}
}
Check this:
https://codepen.io/DevLorenzo/pen/ExgrYdL