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
Code on the master branch works correctly - closing as fixed.
The fix should be published with the next version release.
Workaround: before the chart is created prevent moving to the top of the hovered element by adding the below code line for the series type that should be fixed - in this case map. Highcharts.seriesTypes.map.prototype.pointClass.prototype.moveToTopOnHover = false;
Demo: https://jsfiddle.net/BlackLabel/5fpozr4n/13/
Expected behaviour
Click event working on all browsers.
Actual behaviour
It is not working on IE.
Live demo with steps to reproduce
Click on the point, and look for the "Test" log in the console.
https://jsfiddle.net/BlackLabel/5fpozr4n/
Product version
Highcharts JS v8.0.0 (2019-12-10)
Related forum thread
https://www.highcharts.com/forum/viewtopic.php?f=14&t=43203
Affected browser(s)
IE
The text was updated successfully, but these errors were encountered: