-
Notifications
You must be signed in to change notification settings - Fork 395
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] Data analysis scatter chart - use symbol and color to differentiate data series #1667
Conversation
Signed-off-by: Ruby Zhu <[email protected]>
Signed-off-by: Ruby Zhu <[email protected]>
Signed-off-by: Ruby Zhu <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1667 +/- ##
==========================================
- Coverage 88.88% 85.31% -3.58%
==========================================
Files 105 58 -47
Lines 5553 3031 -2522
==========================================
- Hits 4936 2586 -2350
+ Misses 617 445 -172
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Ruby Zhu <[email protected]>
1 similar comment
Signed-off-by: Ruby Zhu <[email protected]>
Signed-off-by: Ruby Zhu <[email protected]>
1 similar comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved but the most important thing is to make sure colors are consistent and you are using the global FluentUI paletter we have in core-ui. This was a task given to me and we need to make sure we continue to use consistent colors throughout the application's components.
On the colors, please see this PR for more details: |
Signed-off-by: Ruby Zhu <[email protected]>
Signed-off-by: Ruby Zhu <[email protected]>
1 similar comment
Signed-off-by: Ruby Zhu <[email protected]>
Signed-off-by: Ruby Zhu <[email protected]>
1 similar comment
Signed-off-by: Ruby Zhu <[email protected]>
1 similar comment
Signed-off-by: Ruby Zhu <[email protected]>
Signed-off-by: Ruby Zhu <[email protected]>
This PR made change to Data analysis scatter chart, before this change, we use 13 colors to differentiate different data series, but it does not work for people with vision issues.

With the change, we introduce five different symbols combine with three colors
Before change

After change



Dark theme
Dark theme with two data series
Description
Checklist