I will investigate a dataset based on 2014 ACS 1-year estimates from the US Census Bureau. THis dataset includes data on rates of income, obesity, poverty, etc. by state. I will look for patterns about the health risks facing particular demographics.
- Python
- HTML
- CSS
- JSON
- Javascript
- D3
- Create a scatter plot between two of the data variables.
- Create a scatter plot that represents each state with circle elements using D3.
- Bind CSV data to the circles.
- Place additional labels in the scatter plot and give them click events so that users can decide which data to display.
- Add tooltips to the circles and display each tooltip with the data that the user has selected.
- Code this graphics in the
app.js
file.