Skip to content
/ cv19 Public
forked from energee/view-covid

Quick chart.js plot to compare countries spread

Notifications You must be signed in to change notification settings

slesinski/cv19

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corona Virus Tracker

The charts that I found online were tracking totals, but this does not help to understand the amount of cases based on population or the number of cases vs the previous day.

I created these charts to visualize growth from previous day, compare cases between countries, with an example showing recoveries on a per-capita basis and actual totals.

Todo:

  • Refactor into VueJS for better data extraction between data and views and improve state management.
  • Allow control of default options for charts (States & Countries).
    • Provide list of all available countries and states
    • Allow user to choose what appears in the legend
    • Locally save state of user configuration and toggle control on each chart.
  • Add county visualizations

Check it out here https://energ.ee/corona-virus/

Screenhot

Charts powered by https://www.chartjs.org

Data from https://github.com/pomber/covid19

About

Quick chart.js plot to compare countries spread

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.1%
  • HTML 15.9%
  • CSS 5.0%