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

scattergl traces return selection's eventData that differs from scatter #5533

Closed
antoinerg opened this issue Mar 4, 2021 · 0 comments · Fixed by #5534
Closed

scattergl traces return selection's eventData that differs from scatter #5533

antoinerg opened this issue Mar 4, 2021 · 0 comments · Fixed by #5534
Assignees
Labels
bug something broken
Milestone

Comments

@antoinerg
Copy link
Contributor

At the moment, there's a rather big difference in the eventData produced by plotly_selected in scatter and scattergl.

For example, for categorical axes:

  • in scatter traces, it looks like { "points": [ { "x": "Asia" }
  • in scattergl, it looks like { "points": [ { "x": 2 }

They should both be the same.

@antoinerg antoinerg self-assigned this Mar 4, 2021
@archmoj archmoj added this to the NEXT milestone Mar 4, 2021
@archmoj archmoj added the bug something broken label Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants