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

Show year in CSV and PNG downloads #117

Closed TaiWilkin closed 2 years ago

TaiWilkin commented 3 years ago

Overview

Users are now able to select different years to view, and should be able to see which year(s) are selected in the CSV and PNG downloads of visualizations.

Describe the solution you'd like

Include the year in the response(s) when formatting the questions.

Pass the currentYears array to the methods for creating CSVs and PNGs and display the year(s) for the data in the download title.

For the CSV download, also display the year of each row of data in a separate 'year' column.