Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I obtain historic region level data? #75

Closed
CosmicGans opened this issue Oct 17, 2020 · 2 comments
Closed

How can I obtain historic region level data? #75

CosmicGans opened this issue Oct 17, 2020 · 2 comments

Comments

@CosmicGans
Copy link

The website has charts for each region (Kansai, Kanto, etc.). Is there an endpoint where I could obtain the raw data/ or alternatively find a source that gives me the same chart but with an x-axis that is labelled with the dates?

Great thanks for the awesome dashboard!

@liquidx
Copy link
Collaborator

liquidx commented Oct 17, 2020

If the data in docs/summary/latest.json isn't enough (it has an array of the confirmed/recovered numbers with historical data), then you will need to post-process directly from the data that comes from the spreadsheet.

If you want to see how this works, the code is in src/charts.js which is used to generate all the SVG charts the site uses.

@CosmicGans
Copy link
Author

Thanks, closing the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants