Skip to content

This will display the unemployment data for all US states as a bubble chart, cumulative, used to display effects of COVID-19.

Notifications You must be signed in to change notification settings

zealoushacker/unemployment-bubble-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unemployment-bubble-chart

  • This will display the aggregate unemployment data for all US states as a choropleth.
  • Used to display effects of COVID-19 on unemployment claims.
  • We pull data weekly from https://www.dol.gov/ui/data.pdf and aggregate it.

Build instructions

  • Pull down this repo
  • For development, make sure that you have an HTTP Server that can serve up index.html
    • example: $ python -m SimpleHTTPServer 7800, if you have python SimpleHTTPServer
  • Fire up your favorite HTTP server in the root directory
  • Fire up index.html - if you use the example above, then it's: http://localhost:7800/

Deploy instructions

  • Merge a feature branch or an up to date master into gh-pages and push to gh-pages.

Attributions

This draws inspiration from the following:

About

This will display the unemployment data for all US states as a bubble chart, cumulative, used to display effects of COVID-19.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published