digitaldutch / roaddanger.org

A website and database for news reports about traffic crashes around the world.
https://www.roaddanger.org/
MIT License
12 stars 3 forks source link

Additional graphs to better visualize the data #15

Open digitaldutch opened 2 months ago

digitaldutch commented 2 months ago

Currently there are a few graphs to visualize the crash data.

New graphs or better graphs which show what transportation modes causes the most victims or how the media report on crashes are welcome. Preferably interactive with filters and clickable, but any graph of visualization that can be used on social media is welcome.

The current graphs use the d3 JavaScript library. Data is pulled from the server using a fetch call to a server side PHP script and the graphs are generated in the browser using d3.

Suggestions: