This Data Driven Document(D3) project demonstrates building an interactive data visualization showing state-level data about three health risk factors (obesity, smoking and lack of healthcare) plotted against three perhaps underlying factors (income, poverty rate and age) based on 2014 U.S. Census data. The Chart was build using D3.js. Each marker represents an individual state in The USA.
- Note: You'll need to use
serve
orpython -m http.server
to run the visualization.
D3.js | SVG | JavaScript | HTML | CSS
Find the interactive document HERE