Describe the bug
Each chart has a simple aria-label="Chart". Next step is to add the chart type to it.
Expected behavior
Examples include aria-label="Bar chart", aria-label="Bubble chart", etc
Implementation notes
- If passing in labeling props is supported when this is implemented, the user supplied label should overwrite this
Describe the bug
Each chart has a simple
aria-label="Chart". Next step is to add the chart type to it.Expected behavior
Examples include
aria-label="Bar chart",aria-label="Bubble chart", etcImplementation notes