We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Data Replication
Browser
When rendering the LineChart component, there are 2 svg elements that are missing aria-label.
LineChart
svg
aria-label
<svg height="130" width="282.21875" y="0" x="0" role="presentation" class="chart-grid-backdrop">
<svg height="100%" width="100%" role="presentation" class="cds--cc--zero-line">
I'm seeing the following accessibility scan errors (same for both):
Rule ID: svg_graphics_labelled Reason ID: fail_acc_name
svg_graphics_labelled
"@carbon/charts-react": "1.22.7"
No response
P3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Application/Team
Data Replication
Environment
Browser
What happened? What did you expect to happen instead?
When rendering the
LineChart
component, there are 2svg
elements that are missingaria-label
.I'm seeing the following accessibility scan errors (same for both):
What WCAG 2.1 checkpoint does the issue violate?
svg_graphics_labelled
Version
"@carbon/charts-react": "1.22.7"
Data & options used
Relevant log output
StackBlitz repro
No response
What priority level would this issue be in your opinion?
P3
The text was updated successfully, but these errors were encountered: