The circle elements used in chart legends all use the identical id of dot-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
circleelements 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.