The goal of this project is, by using the data set based on 2014 ACS 1-year estimates from the US Census Bureau, to create a website with an interactive graph with the use of JavaScript and D3. The current data set includes data on rates of income, obesity, poverty, smoking, age, and lacking of healthcare.
Index.html holds the structure of the website and calls the scripts.
File with all the data
Files with some styling for visual asthetics.
Script that makes space and creates the plot. The plot is a scatter plot and is interactive, each axis label can be clicked to show its data on the graph. The plot also dynamically resizes depeding of the size of the window.