GitXplorerGitXplorer
y

vega-covid-dashboard

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
288b52d522200e8689bf9e5bc25d9beff345af96

Update README.md

yyangdanny97 committed 3 years ago
Unverified
3d2d36edcfd65e41a10b6d2e0adc865e4e406d25

fix styling, add title

yyangdanny97 committed 5 years ago
Unverified
964f81b9f8a6903c0608e19eedc0f86adda7efe1

fix tooltips

yyangdanny97 committed 5 years ago
Unverified
0c1c7b9a79570a809cbecb0589c6905a63eb964e

move toolbar

yyangdanny97 committed 5 years ago
Unverified
3ab066c7c16209d09e670fb7efa949169dd47a0d

add link

yyangdanny97 committed 5 years ago
Verified
c37812393b4e9788c492c1e86ee2db875adb8fac

Update README.md

yyangdanny97 committed 5 years ago

README

The README file for this repository.

vega-covid-dashboard

Interactive dashboard for COVID-19 data, built using Vega and D3. View it live HERE.

Check out my blog for a tutorial on how to build your own dashboard with Vega.

Features:

  • interactive world map of cases/deaths/recoveries per country
  • interactive US map of cases/deaths per state
  • tables of cases/deaths/recoveries worldwide & for each country

Note: this vis relies on several APIs for data, so it will break if those APIs stop working

APIs used:

To run locally:

  • run a local http server in the root of this repository (python -m http.server)
  • open localhost in your browser