Skip to content

Commit

Permalink
Merge pull request #907 from cityofaustin/2828_update_age_brackets
Browse files Browse the repository at this point in the history
VZV | Update age brackets
  • Loading branch information
mddilley authored Aug 24, 2020
2 parents 0ac06d9 + 13b01ed commit fdd9cf8
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 253 deletions.
8 changes: 8 additions & 0 deletions atd-vzv/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions atd-vzv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.9.3",
"chartjs-plugin-stacked100": "^0.7.1",
"events-polyfill": "^2.1.2",
"hookrouter": "^1.2.3",
"lodash.clonedeep": "^4.5.0",
Expand Down
8 changes: 8 additions & 0 deletions atd-vzv/src/constants/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ export const colors = {
viridis4Of6: "#7bd15a",
viridis5Of6: "#fde740",
viridis6Of6Lowest: "#fe9f3e",
demoAge1of8: "#453781",
demoAge2of8: "#33638D",
demoAge3of8: "#238A8D",
demoAge4of8: "#29AF7F",
demoAge5of8: "#73D055",
demoAge6of8: "#DCE319",
demoAge7of8: "#FDE725",
demoAge8of8: "#FE9F3E",
fatalities: "#ff343b",
yearsOfLifeLost: "#2aa0c9",
seriousInjuries: "#febc3f",
Expand Down
Loading

0 comments on commit fdd9cf8

Please sign in to comment.