Chartjs-Why does one chart overlays another (chart.js)?

0👍

I solved it with adding this:

    ExpensesChart.data = null
    ExpensesChart.options = null
    ExpensesChart.update()

before the main code

Leave a comment