Skip to content

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

Closed
@antoinerg

Description

@antoinerg

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.

Metadata

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions