-
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] Error analysis tree node change 1. Bubble error rate colors; 2. Bubble text & fill #1649
Conversation
Signed-off-by: Ruby Zhu <[email protected]>
Signed-off-by: Ruby Zhu <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1649 +/- ##
==========================================
- Coverage 89.00% 85.61% -3.39%
==========================================
Files 105 58 -47
Lines 5529 3017 -2512
==========================================
- Hits 4921 2583 -2338
+ Misses 608 434 -174
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. |
libs/error-analysis/src/lib/ErrorAnalysisDashboard/Controls/TreeViewRenderer/TreeViewUtils.ts
Outdated
Show resolved
Hide resolved
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.
I created a chat to discuss this. I do think it might be more difficult to understand the tree in the case the error rates are all within a band, say the 75-100 percent error rate band - all of the nodes will be the exact same color then. I think this might need a bit more discussion, as there are some scenarios where the new UI look might become more confusing.
1 similar comment
Signed-off-by: Ruby Zhu <[email protected]>
Signed-off-by: Ruby Zhu <[email protected]>
Description
This PR includes two changes:
Before change:
After change:

Checklist