GreenInfo-Network / nyc-crash-mapper-chart-view

Chart view for NYC Crash Mapper that allows for viewing Trends, Comparing, and Ranking of various NYC geographies
http://vis.crashmapper.org
MIT License
2 stars 1 forks source link

Refactor Line Charts so that reference geo may be changed #32

Closed clhenrick closed 7 years ago

clhenrick commented 7 years ago

Currently they're hard coded for "citywide", but they should respond to a part of app state specifying the reference geography which could be citywide or any of the 5 NYC boroughs.

clhenrick commented 7 years ago

90% of the way there, just need to debug the trend / compare toggle now that the line chart data wrangling and rendering logic has changed.