[Chartjs]-Chart.js glitches and reverts to previous dataset on hover

0👍

we should use the

if(myChart)
  myChart.destroy() 

method before assigning new datasets as described in the following link

ChartJs line chart repaint glitch while hovering over

Leave a comment