-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Improved accessibility of the ToDo Category Chart tooltip in the MAUI template #27058
Conversation
Hey there @sheiksyedm! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
@dotnet-policy-service agree company="Syncfusion, Inc." |
src/Templates/src/templates/maui-mobile/Pages/Controls/CategoryChart.xaml
Show resolved
Hide resolved
src/Templates/src/templates/maui-mobile/Pages/Controls/CategoryChart.xaml
Outdated
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…on "System.Object" error.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
The work here is awesome but I think we should close this one in favor of this PR: dotnet/maui-samples#569 There are other accessibility issues with the Radial Chart that are fixed by using the doughnut chart. This work in this PR did help with figuring out the bindings in the data labels, thanks! |
Description of Change
Improved the accessibility of the Todo category radial chart tooltip by displaying the value alongside the category title. This enhancement helps users better understand the category value when tapping the tooltip in the chart. The improvement was implemented by adding a tooltip template for the radial chart. Also, customized the legend text style.
Also, the legend and tooltip labels are not positioned in the center due to line height on Label in AppStyle.
Before:
After:
Issues Fixed
Related to #26260 & #26800
Output
Android:
iOS:
Mac: