-
Notifications
You must be signed in to change notification settings - Fork 104
[Charts]: The react charts are not accessible. #6446
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
Comments
Hi @amdev138, the linked PR will allow setting the |
[Recharts documentation](https://recharts.org/en-US/storybook) udner the "Accessibility" section Closes #6446
That sounds good to me. Thanks for the quick turn around! |
🎉 This issue has been resolved in version v2.3.0 🎉 The release is available on v2.3.0 Your semantic-release bot 📦🚀 |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Hi team,
Internally we are using recharts. Recharts has recently added an
accessibilityLayer
prop that you can pass to the component to make it keyboard accessible. Please see: recharts-api-accessibility--docsHowever, the ui5-wc react wrapper does not currently have a way to pass this prop to the internal rechart component. From what I can tell, ui5-wc-react current version of recharts is 2.12.7 - which this version has the support for
accessibilityLayer
. We just need a way to allow the consumer to pass this prop.Thanks,
Allen
Expected Behaviour
Charts should be accessible.
UI5 Web Components for React Version
main
UI5 Web Components Version
main
Browser
Chrome, Edge, Firefox, Safari
Organization
SF
Declaration
The text was updated successfully, but these errors were encountered: