blacklabel / custom_events

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

plugin breaks sankey point.event click handling #121

Open jwentz-boc opened 6 years ago

jwentz-boc commented 6 years ago

This plugin has been very helpful and is much appreciated. However including it breaks the plotOptions.sankey.point.events.click functionality. Without the plugin, the click function this.from and this.to are correct; when the plugin is included, they are wrong -- seems like from/to are always the first path in the chart regardless of clicked path.

You can see this behavior in this jsfiddle: https://jsfiddle.net/t0anz45m/ which uses a simple alert to show the from/to values.

With __ included, clicking a path always shows Brazil/France. Remove that Githubissues.

  • Githubissues is a development platform for aggregating issues.