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.
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.