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

Larger font in legend #35

Closed GaelVaroquaux closed 4 years ago

GaelVaroquaux commented 4 years ago

The legend of the time series could use a larger font.

And maybe, ideally, it should be moved below the figure, to be able to have a larger figure.

GaelVaroquaux commented 4 years ago

Legend position fixed in master. Not font size

emmanuelle commented 4 years ago

for the position, we can also have it below the figure, by restricting the domain of the plot. As you wish

GaelVaroquaux commented 4 years ago

for the position, we can also have it below the figure, by restricting the domain of the plot. As you wish

So far, I think that the current situation is fine. It helps having a larger dynamical range vertically not to have it below.

emmanuelle commented 4 years ago

ok, I'm currently fixing the font size

emmanuelle commented 4 years ago

addressed in #38