Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 909 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 909 Bytes

#Data_Journalism

Folder: D3_data_journalism Visualization A scatter plot that represents each state with circle elements.

Folder: D3_data_journalism_bonus More Data, More Dynamics

Visualization It includes more demographics and more risk factors. with additional labels in a scatter plot. There are click events so that users can decide which data to display. Transitions are animated for the circles' locations as well as the range of axes. There are three risk factors for each axis. Tooltips display the data that the user has selected.


You'll need to use python -m http.server to run the visualization.

This will host the page at localhost:8000 in your web browser.