- Amit Kulkarni
- Rian Rahman
For our CS 4460 Final Lab, we built an interactive D3.js multi-line chart that visualizes the fatality rates (per 100k) for different modes of transportation from 1975 to 2020.
As part of our visualization, we support several user interaction which are as follow:
- Filtering data with check boxes so it includes/excludes fatality rates for a particular mode of transportation
- Hovering on the line chart will display the numerical values for the fatality rates for all current selected modes of transportation
In order to run the code, please follow these instructions:
- Run the following python command using a terminal:
python -m http.server 8080
- Open a browser and enter in
localhost:8080
as the URL