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

Make generalized Chart component and stack #21

Closed mmcfarland closed 3 years ago

mmcfarland commented 3 years ago

Overview

Make a high level Chart component which can receive a Question/Response object and determine which type of Nivo chart to render. In this iteration, also include an implementation of the Stack (Canvas stacked bar chart) chart type.

The data shape/format returned by the DataIndexer class may need to be modified to be more compatible with the visual design instructions.