-
-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Description
Right now when you create a scattergeo
trace (aka Atlas Map) you see this:
But in fact you can't use lat/lon and locations at the same time, it's one or the other. Furthermore when you give locations, the locationmode
attr appears. This locationmode
is also used in choropleth
though.
So we need:
- A super-widget that handles
locations
andlocationmode
together and shares visibility - A super-super-widget that allows users of
scattergeo
to say "I want to give my data in lat/lon" or "I want to give my data by location"
Metadata
Metadata
Assignees
Labels
No labels