reactchartjs / react-chartjs-2

React components for Chart.js, the most popular charting library
https://react-chartjs-2.js.org
MIT License
6.64k stars 2.37k forks source link

[Bug]: Excessive tooltip label callback calls #1210

Open suchrile opened 6 months ago

suchrile commented 6 months ago

Would you like to work on a fix?

Current and expected behavior

When hovering and continuously moving the cursor over or between data segments, the callback is called an excessive number of times (check the console).

Reproduction

https://codesandbox.io/p/devbox/cranky-frog-d8jp65?file=%2FApp.tsx%3A70%2C27

chart.js version

4.4.2

react-chartjs-2 version

5.2.0

Possible solution

No response