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
Chart.js:8914 Uncaught TypeError: Cannot read property 'getRange' of undefined
at binarySearch (Chart.js:8914)
at optimizedEvaluateItems (Chart.js:8953)
at getIntersectItems (Chart.js:9008)
at index (Chart.js:9091)
at Chart.getElementsAtEventForMode (Chart.js:11448)
at Chart.handleEvent (Chart.js:11686)
at Chart.eventHandler (Chart.js:11661)
at listener (Chart.js:11572)
at Chart.<anonymous> (Chart.js:10163)
at Chart.js:9897
Workarounds
Set the dataset as not visible
The text was updated successfully, but these errors were encountered:
When a chart has a visible dataset that has no data, an exception is thrown on every mouse move.
Reproduce
https://codepen.io/etimberg/pen/LYEvKre
Stack Trace
Workarounds
The text was updated successfully, but these errors were encountered: