You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check this if you would like to implement a PR, we are more than happy to help you go through the process.
Current and expected behavior
If the chart data changes in the background, while an existing tooltip is shown (triggered by a previous hover action), then the mouse is moved again - chart.js will trigger an inChartArea = false event, attempting to reuse the old/invalid active elements.
Would you like to work on a fix?
Current and expected behavior
If the chart data changes in the background, while an existing tooltip is shown (triggered by a previous hover action), then the mouse is moved again - chart.js will trigger an
inChartArea = false
event, attempting to reuse the old/invalid active elements.Issue:
chartjs/Chart.js#11315
Fix PR:
chartjs/Chart.js#11596
Reproduction
chartjs/Chart.js#11596 (comment)
chart.js version
v4.1.1
vue-chartjs version
v5.2.0
Possible solution
The bug fix is included in this chartjs release: https://github.com/chartjs/Chart.js/releases/tag/v4.4.1
Specifically, by this PR: chartjs/Chart.js#11596
The text was updated successfully, but these errors were encountered: