d3 / d3

Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:

Home Page:https://d3js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken ARIA reference accessibility error in wave tool

sachinsahu731 opened this issue · comments

We are trying to make the data is accessible by screen reader and keyboard and that is working fine after using this
https://www.a11ywithlindsey.com/blog/accessibility-d3-donut-charts

But in wave tool (checking all accessibility validation)

.attr('aria-describedby', (d, i) => tooltip-${i})

is throw an error Broken ARIA reference
Because the aria-described is needed html element with same id and that is not exist in dom .
Kindly help on how to fix this issue . PFA for more reference.
Screenshot (37)

screenshot (7)