blacklabel / custom_events

Custom events plugin for Highcharts by Black Label
http://blacklabel.github.io/custom_events/
Other
62 stars 50 forks source link

Click on xAxis label issues error "Cannot read property 'options' of undefined" #146

Closed martindia closed 4 years ago

martindia commented 4 years ago

Since the newest version Click event on xAxis label doesn't work and issues warning on customEvents.js line 374: if (isPoint && event === 'click' && elemObj.series.options.allowPointSelect) with Cannot read property 'options' of undefined at SVGTextElement. (customEvents.js:374)

If 'click" changed to 'dblclik' event works as expected.

sebastianbochan commented 4 years ago

Thank you for the feedback, I will take care as soon as possible.


EDIT I've committed the update, please let me know if problem still appears.

martindia commented 4 years ago

Hey! Much thanks for fast action @sebastianbochan :) click event work as before, problem is gone.

sebastianbochan commented 4 years ago

Thank you for the feedback!