You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we would like the map to be more square, the goal is that when you zoom the whole figure is filled with the zoomed map (this is not the case at the moment).
Can be done by changing
layout.geo.lataxis.range
andlayout.geo.lonaxis.range
as described in https://plot.ly/python/map-configuration/#map-projections (scroll down a bit).The corresponding part of the code is https://github.com/covid19-dash/covid-dashboard/blob/master/make_figures.py#L49 (you can also call directly
fig.update_geos
).The text was updated successfully, but these errors were encountered: