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

Support keyboard navigation in pie chart #2923

Merged
merged 13 commits into from Dec 8, 2022

Conversation

saghan
Copy link
Contributor

@saghan saghan commented Aug 1, 2022

Hi,

We are planning to use ReCharts in Microsoft Azure. We want to improve accessibility of the charts and contribute to this repository so that everyone using ReCharts can have a good experience.

This change is trying to enable users to navigate through pie chart using keyboard. Web Content Accessibility Guidelines suggests developers to add this ability to improve accessibility. If this change is accepted, Recharts users can navigate through pie chart using keyboard.

Since we use Enzyme+Cheerio in Recharts, which does not render test components in browser, I had to add dev-dependency on react testing library to test focus and navigation. This dependency will also help developers do a more thorough testing. Please let me know if you have any comments.

@saghan saghan closed this Aug 1, 2022
@saghan saghan reopened this Aug 1, 2022
@cravend
Copy link
Contributor

cravend commented Aug 1, 2022

Will be unblocked by #2924

@mgifford
Copy link

@cravend issue #2924 was closed on August 2nd. Should this work? Should the test be re-run?

@saghan
Copy link
Contributor Author

saghan commented Sep 22, 2022

I have pushed an empty commit to re-run the tests.

@saghan saghan closed this Sep 22, 2022
@saghan saghan reopened this Sep 22, 2022
@ckifer
Copy link
Member

ckifer commented Sep 30, 2022

Tests failing for JS doc issues, @saghan can you take a look?

@saghan
Copy link
Contributor Author

saghan commented Oct 1, 2022

Tests failing for JS doc issues, @saghan can you take a look?

Done

@ckifer ckifer added the enhancement Enhancement to a current API label Oct 3, 2022
@arcthur arcthur merged commit 808d60b into recharts:master Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to a current API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants