There are a lot of websites with great statistics about progression of the disease but few include per million graphs. This work tries to fill that gap.
npm install
You can generate the page with npm run dev
or webpack --mode development
Then open with your favorite browser
TBD
Add additional notes about how to deploy this on a live system
- Chart.JS - Simple yet flexible JavaScript charting for designers & developers
- webpack - Webpack is a static module bundler for modern JavaScript applications
TBD
We use SemVer for versioning.
-
0.0.8
Add graphs starting at n th case / n th deathFix x axis values for n graphsRemove data with 0 data for n graphsAdd per million nth graph
-
0.0.7 Minor bug fixes
Add continent to data and ability to select
-
0.0.6 Refactor into different modules
Deduplicate countries arrayFixed Initialize slider text on load
-
0.0.5
Address new API option ?lastdays=365 / Reload DataToggle linear/log graph8Save values on local storage
-
0.0.4 - Adding more controls
Add slider for minimum population for per million graphsPer million graphs starting at >1Less decimalsInitialize slider text on load
-
0.0.3 - Cleanup README.md. Sliders Spacing.
Fix adding provinces for China, Australia & CanadaAdd slider for dates
-
0.0.2 - Fixed incorrect data due to changes in source names. Added readme.md. Added License
Fix Readme (version)Add reference to source data
-
0.0.1 - Initial version
- Highlight (black) line when overing
- Remove access to local storage on getSourceData
- processData should receive Data object
- Fix grapth title for n graphs
- Fix min Y for cases 4 & 8
- Fix max X for cases n graph (max is calculated before limiting # of graphs)
- Fix lowercase
- Jose Olcese - Initial work - jolcese
This project is licensed under the MIT License - see the LICENSE.md file for details
- Disease data is based on NovelCOVID API
- Population data is based on REST Countries