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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: