Closed msftedad closed 4 months ago
It's announcing correct aria label which lists category and percent value by default.
You can configure what is read out by readers using itemReaderText
of the series:
series.itemReaderText = "{category}: {value}";
Hi @martynasma , we are currently in discussion with PO team.Once we receive any information we will promptly update you.Thanks
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Discussion is ongoing with PO team, Once we receive information, we will update you soon.
Bug description
Repro steps:
Actual Results:
Screen readers are announcing different data from the visible data on the chart bars, it is announcing page view 46.7% figure, but the visible data is 100%.
https://github.com/amcharts/amcharts4/assets/93735775/6c4f0a31-b551-4033-b334-a4af02a47c45
Expected Results:
The narrator must announce the exact data information as it is visible.
Environment (if applicable) OS Build: Windows 11 Enterprise 23H2 (22631.3672) Edge Browser: Version 125.0.2535.85 (Official build) (64-bit)
Additional context