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
Click on the "Add new line series" button. In most cases, it shouldn't throw an error, but if you click on the button before the KD-Tree is built, the error appears.
Product version
Tested up to Highcharts v.8
The text was updated successfully, but these errors were encountered:
Expected behaviour
There isn't any error logged in the console.
Actual behaviour
Uncaught TypeError: Cannot read properties of undefined (reading 'findNearestPointBy')
is logged into browser console.Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/3rfjnu7g/
Click on the "Add new line series" button. In most cases, it shouldn't throw an error, but if you click on the button before the KD-Tree is built, the error appears.
Product version
Tested up to Highcharts v.8
The text was updated successfully, but these errors were encountered: