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

Change Rank Query from 36 to 24 months #81

Closed danrademacher closed 6 years ago

danrademacher commented 6 years ago

client wants to drop rank window from 3 years to 2 years.

Looks like the code for that is here: https://github.com/GreenInfo-Network/nyc-crash-mapper-chart-view/blob/dc9815fddf08a56e24814de13f628f33ef5554e4/src/common/reduxSelectorsRankedList.js#L19

And then a copy change of "36" to "24" here: https://github.com/GreenInfo-Network/nyc-crash-mapper-chart-view/blob/dc9815fddf08a56e24814de13f628f33ef5554e4/src/components/RankCards/RankCardsControls.jsx#L11