Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 965 Bytes

File metadata and controls

19 lines (15 loc) · 965 Bytes

Fatality Rates (per 100K) for Different Modes of Transportation Over the Decades

Group Members

  • Amit Kulkarni
  • Rian Rahman

Brief Information about Our Visualization

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

Video Demo

https://youtu.be/M5eJwaCEapE

Instructions to Run Code

In order to run the code, please follow these instructions:

  1. Run the following python command using a terminal: python -m http.server 8080
  2. Open a browser and enter in localhost:8080 as the URL