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

Add maps to maps.html #28

Closed BrianRuizy closed 4 years ago

BrianRuizy commented 4 years ago

Presently there are no maps on the maps.html page, which is negatively affecting UX. The maps to append are:

  1. The already existing Global Mapbox, found on index page
  2. USA Choropleth Map, using FIPS (county) codes found in _getdata.dailyreport(); Reference.

Screen Shot 2020-05-10 at 11 28 14 PM

This is a similar end goal, styling is tentative: Screen Shot 2020-05-10 at 11 57 27 PM