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

Feature: Improve the alt-text of charts by utilising the dynamic chart titles #67

Open
JT-39 opened this issue Dec 23, 2024 · 0 comments
Labels
eesp/accessibility enhancement New feature or request

Comments

@JT-39
Copy link
Contributor

JT-39 commented Dec 23, 2024

Feature Overview

Each indicator has its own chart title which is dynamically updated in the chart when an indicator is changed. This title could be used in the alt-text of the charts to provide some extra information.

Problem

Currently the charts alt-texts are static for each chart instance. This is okay but not that useful for screen readers.

Proposed Solution

The chart title can be integrated into the chart's alt-text to provide a little more customised information.

Impact

Should improve the understanding of the app for people who use screen readers.

Additional Information

This should quite easily be done by sharing the chart title to the UI part of the app where the alt-text is set. Will have to state that it is the chart title and will follow a similar formatting style, using the paste() function to integrate the text.

@JT-39 JT-39 added enhancement New feature or request eesp/accessibility labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eesp/accessibility enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant