Visit website for completed project: https://emily-keymon.github.io/Health-Risk-Analysis/
The goal of this project was to use JavaScript to present a visualization of pre-selected census data from each state within a web page. Since the baseline data was provided in CSV format, D3 was used to import and process the data, as well as generate the required visualization.
https://github.com/Emily-Keymon/Health-Risk-Analysis/blob/master/assets/data/data.csv
- PyCharm - Python IDE
- HTML, CSS, Bootstrap
- JavaScript - d3
- Import the data from the CSV file.
- Set the locations and ranges for the x and y axes.
- Plot the x and y axes.
- Set the coordinates and dimensions for the circles representing the data for each state.
- Plot the circles representing the data for each state.
- Add a text label of each state's abbreviation within the appropriate circle for identification purposes.