Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.45 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.45 KB

D3-Challenge

D3 Homework: This project focused on using D3.js to generate a dynamic and interactive scatter plot from a provided csv file. The dataset in the csv file is collected from the U.S. Census Bureau's 2014 American Community Survey 1-year estimate & CDC's 2014 Behavioral Risk Factor Surveillance System Survey. The scatter plot visualizes the relationship between health risk factors and demographic factors, to look at the correlation that may be present.

D3_data_journalism:

index.html: main html file

css:

  • d3styles.css: CSS file containing the d3 specific styles
  • styles.css: CSS file containing the main css code

js:

  • app.js: main app that dynamically appends the chart and other variables using d3.js

data:

  • data.csv: csv file containing data provided by Trilogy Education

images:

  • This folder contains all screenshots taken of webpage, accessible at this link.

Main Page:

Main Page Screenshot

Example Scatter Plots:

Healthcare vs. Poverty

Smokes vs. Income

Analysis:

Article Analysis