Chart legend circle elements fail accessibility test as all have identical id #970
Labels
:accessibility
Accessibility related issue
bug
Something isn't working
:chart
Chart element related issue
:legend
Legend related issue
released
Issue released publicly
The
circle
elements used in chart legends all use the identical id ofdot-a
, which causes an accessibility issue, as revealed by the axe web accessibility testing tool.Can be seen on https://elastic.github.io/elastic-charts/?path=/story/legend--right, or for example:
This will block accessibility tests being added for elastic/kibana#51456 on any pages which use an Elastic chart where the legend is visible.
The text was updated successfully, but these errors were encountered: