carbon-design-system / carbon-charts

:bar_chart: :chart_with_upwards_trend:⠀Robust dataviz framework implemented using D3 & typescript
https://charts.carbondesignsystem.com
Apache License 2.0
904 stars 184 forks source link

AVT1 Violation in GaugeChart component #1825

Open RakshaFauzdar opened 4 months ago

RakshaFauzdar commented 4 months ago

Application/Team

Vajra

Environment

Browser

What happened? What did you expect to happen instead?

Screenshot 2024-05-21 at 3 10 20 PM

I'm facing this accessibility issue when i'm using which is imported from @carbon/charts-react this avt1 issue comes up whenever we are using additional item for legend and also the legend are readable on hover.

` legend: { enabled: true, additionalItems: [ {

                    type: 'area',
                    name: 'Not scanned',
                    width: `${BLOCK_CLASS_NAME}--legendSize`,
                },
            ],

} `

What WCAG 2.1 checkpoint does the issue violate?

AVT1

Version

"@carbon/charts-react": ^1.15.6

Data & options used

No response

Relevant log output

No response

StackBlitz repro

No response

What priority level would this issue be in your opinion?

P1

RakshaFauzdar commented 1 day ago

Any updated on this ?