-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
eventdata content consistency #168
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
Comments
@aderidder great suggestion. Thanks! The |
It appears the rangeslider pan and zoom is consistently
It seems like it would take little effort to emit a consistent type of |
Hiya! Plotly now has improved and consolidated Plotly.js event documentation here: https://plot.ly/javascript/plotlyjs-events/ Please feel free to suggest documentation improvements in a pull request: |
Pie and Sankey event data should be refactor during the v2 push to look more like the other traces. See #1875 |
Hi, not sure if this is the right place to bring this up, please feel free to remove this if this is not the propper channel. |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
Hi,
In order to capture the points in my scatterplot, I'm currently using plotly_relayout. After playing around with this for a bit, I found that the eventdata is somewhat unpredictable, making it hard/confusing to work with:
It would be very useful if the eventdata's content would be consistent, e.g. always provide Object {xaxis.range: Array[2], yaxis.range: Array[2]}
Thanks,
Sander
The text was updated successfully, but these errors were encountered: