Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[charts] Add keyboard navigation and support for screen readers #13113

Open
3 tasks
joserodolfofreitas opened this issue May 13, 2024 · 0 comments
Open
3 tasks
Labels
accessibility a11y component: charts This is the name of the generic UI component, not the React module! new feature New feature or request umbrella For grouping multiple issues to provide a holistic view

Comments

@joserodolfofreitas
Copy link
Member

joserodolfofreitas commented May 13, 2024

Summary

Developers don't have a comprehensive set of features and guidance for creating accessible charts for their end customers.

Features

  • Keyboard navigation and support for focus management
  • API to expose relevant aria attributes
  • SVG aria-roles and -attributes

Resources

https://www.w3.org/wiki/SVG_Accessibility/ARIA_roles_for_charts

Benchmark

  • Highcharts
  • Fusioncharts
  • Recharts
  • Syncfusion
  • (Nivo doesn't have a proper page with an accessible example, but they have the isFocusable prop that allows keyboard navigation into each svg element, which opens up the charts for screen readers)

Limitations and challenges

  • Might apply only to SVG charts

Search keywords: charts accessibility

@joserodolfofreitas joserodolfofreitas added accessibility a11y new feature New feature or request umbrella For grouping multiple issues to provide a holistic view component: charts This is the name of the generic UI component, not the React module! labels May 13, 2024
@joserodolfofreitas joserodolfofreitas changed the title [charts] Allow keyboard navigation and support for screen readers [charts] Add keyboard navigation and support for screen readers May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility a11y component: charts This is the name of the generic UI component, not the React module! new feature New feature or request umbrella For grouping multiple issues to provide a holistic view
Projects
None yet
Development

No branches or pull requests

1 participant