aatishb / covidtrends

Tracking the growth of COVID-19 Cases worldwide
https://aatishb.com/covidtrends/
MIT License
301 stars 107 forks source link

Active cases graph #151

Open micz84 opened 4 years ago

micz84 commented 4 years ago

It would be nice to have active cases graph. I have tried to implement it by substracting Recovered and Deaths but my javascript skills are a little bit rusty and I do not know vue and plotly.

robertgalambos commented 4 years ago

You mean to have: X axis: Active Cases Y axis: New Confirmed Cases (in the past two weeks)

I also think that this would be interesting information, as more time passes more and more people recover (luckily). If the currently infected people are few, and there is a bigger spike of new confirmed cases, de current graph will not change that much, but one with active cases would. Also because the active cases are going down with time. Each country would travel back the diagonal to the left down corner. And it would also show "how big" the infection currently is in a given country.

hellbovine commented 4 years ago

I second this. I´ve been doing it ina a spreadsheet with data from worldmeters.info, and it really shows some more insight.

robertgalambos commented 4 years ago

On another thread this has been further discussed: See https://github.com/aatishb/covidtrends/issues/29#issuecomment-633009474 And https://github.com/aatishb/covidtrends/issues/29#issuecomment-633016196