Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1009 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 1009 Bytes

What is this?

Covidgram is an interactive graph that charts the trajectory of global COVID-19 cases.

The graph plots the number of new confirmed cases in the past week, versus the total number of confirmed cases.

When plotted in this way, exponential growth is displayed as a straight line. (And the slope of this line represents the growth rate.)

Tips: Press Space (or the play button) to Play/Pause. Press +/- keys (or the slider) to see daily changes. Hover over the graph for more info. Drag cursor to zoom into graph, doubleclick to zoom back out. Use dropdown menus to switch between Confirmed Cases ↔ Deaths, or between a logarithmic ↔ linear scale. And don't forget to wash your hands!

Credits

This interactive pulls data on COVID-19 provided by Johns Hopkins CSSE. Huge thanks to them for making this invaluable data source publicly available.

Created using Plotly.js and Vue.js