covid19-dash / covid-dashboard

Help welcomed if you have expertise in public health web technology, data modeling and munging, or visualization.
https://covid19-dash.github.io/
BSD 3-Clause "New" or "Revised" License
131 stars 41 forks source link

Persistent scale for time evolution graph #14

Closed DrGFreeman closed 4 years ago

DrGFreeman commented 4 years ago

Currently, the time evolution graph, resets to linear scale every time a country is added or removed.

Suggest to use a radio button for selection of the graph scale.

emmanuelle commented 4 years ago

thanks good catch! We might also separate the graph in two graphs, one with linear scale and the other one focussing more on rates and hence in log scale.

poldrack commented 4 years ago

it's not clear to me that one should default to linear - I think that the log scale is generally much more usable when the numbers differ greatly between countries

On Sun, Mar 15, 2020 at 6:12 AM Emmanuelle Gouillart < notifications@github.com> wrote:

thanks good catch! We might also separate the graph in two graphs, one with linear scale and the other one focussing more on rates and hence in log scale.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/covid19-dash/covid-dashboard/issues/14#issuecomment-599208718, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGUVEHMPYD6WWZ6ZTYSPMTRHTH4PANCNFSM4LK6J3GQ .

-- Russell A. Poldrack Albert Ray Lang Professor of Psychology Professor (by courtesy) of Computer Science Bldg. 420, Jordan Hall Stanford University Stanford, CA 94305

poldrack@stanford.edu http://www.poldracklab.org/

emmanuelle commented 4 years ago

closed by #95