Chart legend labels are unstructured divs, so they arrive as loose text
- Dominant language
- TypeScript
- Stars
- 491
- Forks
- 71
- Avg merge
- 23h
- Merged PRs (30d)
- 5
Description
A chart legend renders each entry's label in a bare `
```html
…
```
A `
```
/Document > /NonStruct > /NonStruct > … > /NonStruct "Electronics"
/Document > /NonStruct > /NonStruct > … > /NonStruct "Clothing"
```
The same is true in HTML, where the legend is a sequence of unstructured divs rather than anything a reader can navigate as a group.
The swatch beside each label is already handled well — `aria-hidden` on the `
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the chart legend renderer that produces the cxb-legend, cxe-legend-entry, and cxe-legend-entry-text elements, then inspect its HTML output. Update the legend labels or entries to use semantic structure while keeping the aria-hidden SVG swatches unchanged; done means screen readers and tagged PDFs receive each label as structured content belonging to the chart.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100