We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment, there's a rather big difference in the eventData produced by plotly_selected in scatter and scattergl.
plotly_selected
scatter
scattergl
For example, for categorical axes:
{ "points": [ { "x": "Asia" }
{ "points": [ { "x": 2 }
They should both be the same.
The text was updated successfully, but these errors were encountered:
antoinerg
Successfully merging a pull request may close this issue.
At the moment, there's a rather big difference in the eventData produced by
plotly_selected
inscatter
andscattergl
.For example, for categorical axes:
scatter
traces, it looks like{ "points": [ { "x": "Asia" }
scattergl
, it looks like{ "points": [ { "x": 2 }
They should both be the same.
The text was updated successfully, but these errors were encountered: