Skip to content

Conversation

@compwright
Copy link
Contributor

Prevents the chart options.onClick handler from being called if the user clicks on a legend item, for instance. Calling event.stopImmediatePropagation() in the legend item click handler would not fix the issue since it is always called after the chart options.onClick handler.

@benmccann
Copy link
Contributor

@compwright this PR would need to be rebased

Prevents the chart `options.onClick` handler from being called if the user clicks on a legend item, for instance. Calling `event.stopImmediatePropagation()` in the legend item click handler would not fix the issue since it is always called after the chart `options.onClick` handler.
@compwright
Copy link
Contributor Author

This approach was obsolesced by #3718. If the issue still exists, it will need another solution.

@compwright compwright closed this Nov 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants