Welcome to Covid19 Dashboard
Covid 19 Dashboard to Track the Pandemic Pattern. Click here for live demo. It is a desktop site.
The dashboad has been developed using python's visualization library Dash and the data source for this dashboard is Novel COVID API
-
Live Updates on Confirmed, Active, Recovered and Deaths in the World
-
World Map to check country wise live covid 19 details. Once you hover over the bubble representing country (country selected using provided dropdown) you would see below information.
- Confirmed: Total Number of Covid 19 Positive Patients
- Active: Number of Active patients
- Recovered: Number of Recovered patients
- Deaths: Number of patients died due to covid 19
- Critical: Number of patients in critical stage
- Today's Case: Number of positives detected for current date
- Today's Death: Number of deaths reported for current date
- TestPerOneMillion: Number of Tests done per one million so far
- DeathsPerOneMillion: Number of patients died per million so far
- Test: Total Number of Tests done so far
Below screenshot shows how the information is displayed in the dashboard
You can even search specific country like below and map would re-center itself to selected country
-
Stacked Bar Chart representing the Confirmed cases progress pattern with 3 sub categories as Active, Recovered and Deaths. For eg. If you want to see only Active cases pattern then just disable the other two i.e Recovered and Deaths by clicking on respective legents (once you click on them, there color would turn into gray) as shown in the below screenshot