penguin-academy / covid-19-py

COVID-19 Web App for Paraguay
https://autoreporte.org
Other
50 stars 18 forks source link

Create a page with charts about Paraguay and compare with the region #39

Open pA1nD opened 4 years ago

pA1nD commented 4 years ago

This task is to provide an additional page with statistics and charts about the data in the region.

The following graphs / stats would be interesting:

torresmateo commented 4 years ago

I'm currently working on "How many days is Paraguay behind xx (maybe Brazil?)" ... This chart aligns the curves using a sliding window that minimises the difference between the overlapped portion that has any confirmed cases reported.

I'll be using d3 for this... please let me know if something else is preferred

pA1nD commented 4 years ago

released first part:

torresmateo commented 4 years ago

I'm adding a simple chart of the last 10 days... I will correct also the JSON generator to parse the ministry's webpage to correct for the difference between the official numbers and JHU's dataset.