PieChartAccessibilityProps
Configuration options for enhancing the accessibility of chart elements.
Props
The following table outlines the props for the PieChartAccessibilityProps:
| Name | Type | Default | Description |
|---|---|---|---|
| ariaLabel | string | null | Provides a descriptive label for the chart to assist screen readers.
This value is automatically mapped to the |
| focusable | boolean | true | Determines whether chart elements can receive keyboard focus.
Set to |
| role | string | null | Specifies the ARIA role of the chart element. Helps assistive technologies understand the semantic purpose of the chart (e.g., "img", "figure", "application"). If not set, the default role will be inferred based on the element type. |
| tabIndex | number | 0 | Controls the tab order for keyboard navigation.
A value of |