-
Notifications
You must be signed in to change notification settings - Fork 133
Accessible sunburst graphs #1154
Copy link
Copy link
Closed
elastic/kibana
#102078Labels
:accessibilityAccessibility related issueAccessibility related issueenhancementNew feature or requestNew feature or requestreleasedIssue released publiclyIssue released publicly
Metadata
Metadata
Assignees
Labels
:accessibilityAccessibility related issueAccessibility related issueenhancementNew feature or requestNew feature or requestreleasedIssue released publiclyIssue released publicly
Type
Fields
Give feedbackNo fields configured for issues without a type.
All slices of a sunburst should be reported.
For nested layers, should nest tables into the appropriate cell. (Yes, this is valid and works well whereas complex table markup such as stretched table columns don't work very well.)
Example (simplified) component:
Extra credit: (can be moved to a future ticket)
If there is a high number of slices, we should use the same logic for when labels get visually hidden. Only show the same labels in the table. Then render a
show more cellsbutton that adds more rows to the table and moves focus back to the tableto the table.