code4romania / covid-19-date-la-zi

Vizualization App to track the COVID-19 epidemic
https://covid19.datelazi.ro
Mozilla Public License 2.0
39 stars 27 forks source link

Add a11y tables for all graphs #425

Closed catileptic closed 3 years ago

catileptic commented 3 years ago

Every graph needs to have the data available in tabular format, following the example of the Cases per day card.

Add such tables for:

Utwo commented 3 years ago

We already have the tables but we don't know how to properly display them only for screen readers. Hiding them with .sw-only css class will add a long scroll bar on chrome. https://github.com/code4romania/covid-19-date-la-zi/pull/423

Anyone is more then welcome to look into this problem.

swoopstyle commented 3 years ago

I offer tribute! Happy to help

Utwo commented 3 years ago

Sure, let me know if we can help you with the project setup or any other questions ;)

catileptic commented 3 years ago

This Issue still needs tables for the other remaining graphs :)

GabrielMajeri commented 3 years ago

@catileptic I want to work on this!