Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose original event #788

Closed
paneyi opened this issue Jul 27, 2016 · 1 comment
Closed

Expose original event #788

paneyi opened this issue Jul 27, 2016 · 1 comment

Comments

@paneyi
Copy link

paneyi commented Jul 27, 2016

It would be great to expose the original event along with the data in Plotly events.
One practical example would be to know if the user was pressing any special keys when clicking and act accordingly, like add to a selection.

var acummulate = originalEvent.altKey || originalEvent.ctrlKey || originalEvent.shiftKey || originalEvent.metaKey

Thanks!

@etpinard
Copy link
Contributor

@paneyi thanks for writing in. Merging your ticket with #145

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

No branches or pull requests

2 participants