RamiKrispin / coronavirus_dashboard

The Coronavirus Dashboard
https://ramikrispin.github.io/coronavirus_dashboard/
108 stars 133 forks source link

Include the last update date in the dashboard #13

Closed bbolingbroke closed 4 years ago

bbolingbroke commented 4 years ago

Please include the datetime that the data was last updated on the dashboard.

AntoineSoetewey commented 4 years ago

max(coronavirus$date) will give the last date available in the dataset if I remember well.

RamiKrispin commented 4 years ago

Hi @bbolingbroke I added last update date to the main plot on the summary tab and to the about tab

bbolingbroke commented 4 years ago

Thanks!