Chartjs-Charts are overlapping with old values on mouse hover

0👍

You have to use chart.update() after changing your data.

chart is your variable where you say something like let chart = new Chart(document.getElementById('chart'), { ...

Without code I can’t help you more for now.

Leave a comment