azavea / fb-gender-survey-dashboard

Interactive exploration of global results from the Facebook "Survey on Gender Equality At Home
https://gender-survey-dashboard.netlify.app/
Apache License 2.0
2 stars 2 forks source link

Update Chart Colors #81

Closed TaiWilkin closed 3 years ago

TaiWilkin commented 3 years ago

Overview

Final confirmed colors for charts match the current mockups for Grouped and Waffle charts, specifically:

Final confirmed colors for Stacked charts were requested to use the same colors as for the Grouped and Waffle charts (differing from current designs), specifically:

Connects #65

Demo

Screen Shot 2021-01-25 at 2 45 41 PM Screen Shot 2021-01-25 at 2 45 52 PM Screen Shot 2021-01-25 at 2 45 58 PM

Notes

The colors for the bar charts are reversed from the designs because of the way horizontal charts are flipped by Nivo. With the current code for Nivo, we can't reverse these without also reversing the order of the items in the legend/key for each chart. For stacked charts, it might be reasonable to do this if we want 'disagree' on the left for certain; but for grouped charts, it seems like it wouldn't make sense to put 'Total' as the last item in the legend list. Thoughts welcomed on this point.

Testing Instructions