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
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 <script src="https://blacklabel.github.io/custom_events/js/customEvents.js"></script> included, clicking a path always shows Brazil/France. Remove that <script> tag and the proper path is shown.
Thanks for your help.
The text was updated successfully, but these errors were encountered:
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 <script src="https://blacklabel.github.io/custom_events/js/customEvents.js"></script> included, clicking a path always shows Brazil/France. Remove that <script> tag and the proper path is shown.
Thanks for your help.
The text was updated successfully, but these errors were encountered: