-
Notifications
You must be signed in to change notification settings - Fork 25
Added Accessibility Support for Screenreaders #112
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
Conversation
7300e42
to
006d71b
Compare
Who needs this ? |
I'm not personally in need of this, but I wanted to mention that in 2025, in the EU, all commercial apps will have to support accessibility in a more organized manner. https://ec.europa.eu/social/main.jsp?catId=1202&intPageId=5581&langId=en I didn't research it that much to be honest, but it might be an important feature. |
It would be nice, if @ish-joshi agree to this pull request. Independent of the up coming EU law, it's an issue of commercial apps. If they need it, they can make pull request, and I'll merge it. Maybe this pull request will solve this in advance |
MPChartLib/src/main/java/com/github/mikephil/charting/charts/CandleStickChart.java
Outdated
Show resolved
Hide resolved
fix: entry label reading (was reading wrong value)
add: support for user generated description
006d71b
to
b2fee09
Compare
I'm happy for anyone to take the lead, initially this was started as a way to get the conversation going. Whatever be next steps in making this widespread and more useful for users, I'm happy to provide support there. |
Thanks a lot.
Any improvement as pull request is welcome ! |
It is a copy of PhilJay#4936