Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen readers are announcing different data from the visible data on the Funnel chart. #4404

Open
msftedad opened this issue Jun 11, 2024 · 2 comments
Labels

Comments

@msftedad
Copy link

Bug description

Repro steps:

  1. Open URL in edge browser.
  2. Trun on Narrator using 'Ctrl + Win + Enter' key.
  3. Navigate to the chart present on the page using tab key.
  4. Observe the narrator announcement.

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%.

46875611.1.mp4

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

@martynasma
Copy link
Collaborator

martynasma commented Jun 11, 2024

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}";

@msftedad
Copy link
Author

Hi @martynasma , we are currently in discussion with PO team.Once we receive any information we will promptly update you.Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants