9951 explained code solutions for 126 technologies


chart.jsDisable start animation of charts


new Chart('chart', {
  // ...
  options: { animation: { duration: 0 } }
});ctrl + c
'chart'

id of canvas element

{ duration: 0 }

setting animation duration to zero will disable it