JavascriptReallyWorks / choropleth

Choropleth Map of the 2019 Novel Coronavirus Outbreak.

Home Page:http://ncovis.github.io/choropleth/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nCoVis Choropleth

About

Visualization of the Novel Coronavirus outbreak in Wuhan, China.

Compared with other existing visualization projects for nCoV-2019, nCoVis Choropleth collects and visualizes data of prefecture-level cities (instead of provinces), as well as other indicators such as infection density (infections per km²) and infection ratio (%).

Note that this project is still in the experimental stage. Additional modules are under development.

Preview

Preview

Preview

Start Building

# Development

npm i
npm install -g parcel-bundler
parcel index.html

# Production Build & Deployment

parcel build index.html --public-url "."
# For publishing on github pages, relative path configuration is required.
git subtree push --prefix dist origin gh-pages

About

Choropleth Map of the 2019 Novel Coronavirus Outbreak.

http://ncovis.github.io/choropleth/


Languages

Language:JavaScript 59.1%Language:CSS 21.6%Language:HTML 19.2%