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

Add Grouped Bar Chart #29

Closed TaiWilkin closed 3 years ago

TaiWilkin commented 3 years ago

Overview

Adds the bar chart for grouped responses.

Connects #22

Demo

Many countries

Screen Shot 2020-12-28 at 12 48 36 PM

Few countries

Screen Shot 2020-12-28 at 12 48 54 PM

Notes

The bars auto-resize to fit the height of the container. We could probably calculate a larger height for the container based on the number of countries/regions included if we'd rather the container grow instead of the items shrink.

Testing Instructions

TaiWilkin commented 3 years ago

@mmcfarland Unfortunately, I don't think there's any available way to align the order of the stacks. For some reason, the legend items are explicitly reversed when you use keys, and you can't provide separate keys for the legend and the bar chart. It appears that this was fixed for non-canvas bar charts, so maybe posting an issue to the library would help with this one.