Emmanuelle Gouillart
Emmanuelle Gouillart
This is a tiny cosmetic improvement. I could not find how to keep the same background color as unselected cells (since odd and even rows have a different bg color),...
How about we switch the positions of the map and the table so that the table come first and the map comes last? On a big screen it would not...
Since we have a large number of countries and a limited set of colors, marker symbols are useful to distinguish between countries. However they are quite small at the moment....
just to debug why the table is so slow on mobile, probably this will not be merged at all
For dates before March we could for example take the data only every other day to reduce the total size of the app. However the layout itself is only 12%...
When loading the web page https://covid19-dash.github.io/, most of the time is spent loading a bunch of javascript files. Using "tree shaking" (https://developer.mozilla.org/en-US/docs/Glossary/Tree_shaking or https://webpack.js.org/guides/tree-shaking/), one should be able to reduce...
The Johns Hopkins dataset has information at state or county level in the State / Province column. For some states (eg California) there is information both for the state and...
Potential improvements with respect to current map - country names written on map - limit zoom ? - smoother zoom?
See for example https://codepen.io/MojtabaSamimi/pen/ExjROJd?editors=0010. It could be in tabs with the map, for example. Of course it also has to be balanced with the total size of the page.
Can be done by changing `layout.geo.lataxis.range` and `layout.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`).