Describe the bug
There is no way to set aria-label or aria-labelledby on a chart.
Notes on implementation
- With the end goal being something akin to this demo, I'd recommend not consuming
aria-* props directly because in the long-term we won't use many. Rather, I'd recommend using label and labelledby respectively. This, I hope, is both clear as a standalone prop name and hopefully hints at what their implementation might be/mean.
Describe the bug
There is no way to set
aria-labeloraria-labelledbyon a chart.Notes on implementation
aria-*props directly because in the long-term we won't use many. Rather, I'd recommend usinglabelandlabelledbyrespectively. This, I hope, is both clear as a standalone prop name and hopefully hints at what their implementation might be/mean.