BrianRuizy / covid19-dashboard

🦠 Django + Plotly Coronavirus dashboard. Powerful data driven Python web-app, with an awesome UI. Contributions welcomed! Featured on 🕶Awesome-list
https://covid-dashboard.herokuapp.com
MIT License
213 stars 176 forks source link

Implement world-map of cases #25

Closed BrianRuizy closed 4 years ago

BrianRuizy commented 4 years ago

Using Choropleth Maps with go.Choropleth, Reference, implement interactive world-map of cases onto a card html element.

Mockup image:

Screen Shot 2020-05-08 at 5 26 22 PM
BrianRuizy commented 4 years ago

Done, see PR #27