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

Accessibility Improvements #2

Open
neomantra opened this issue Jun 30, 2024 · 0 comments
Open

Accessibility Improvements #2

neomantra opened this issue Jun 30, 2024 · 0 comments

Comments

@neomantra
Copy link
Contributor

Per this HN post, terminal charting can be challenging with respect to accessibility. Capturing some ideas for paths of work:

  • Add guidelines to the README with respect to accessibility, so devs may be aware of the issues.

  • Introduce alternative rendering modes, controlled by environment variables:

    • NTCHARTS_BLANK so users with screen readers will have blank canvas rendering

    • NTCHARTS_ALT with an experience / output appropriate for a screen reader or other devices?

      • Would have to be chart dependent... e.g. meters/guages could emit their value, but what for a line chart?

      • Send some rendered representation of the data to an LLM which summarizes it and renders descriptive text? This is an example where assistive features could also help other users.

      • How would this interact with BubbleTea, focus, event loops, etc.

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

No branches or pull requests

1 participant