Skip to content

arjun-gautam/covid-19-data-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization of COVID-19 patients data in an interactive map using D3.js

Data source

https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series

To run

  • npm install
  • npm start

It will take a while to run when the dataset get larger and larger.

Error that might occur

  • Error: Webpack build failing with ERR_OSSL_EVP_UNSUPPORTED
  • Fix: Run "export NODE_OPTIONS=--openssl-legacy-provider"

Screenshots

Showing average by default 1

Selecting interval 2

Drag interval across timeline 3