[Chartjs]-Why is my Chart.JS canvas not destroying?

1👍

Okay, this was totally my fault. There was a function that set test charts as 0 (basically creating blank charts on startup) that was set to a different variable. This meant that there were always two charts (four pairs of charts in total) overlaid over one another, even though I was successfully destroying one chart each time.

Thanks for the quick feedback 🙂

Leave a comment