DonutChart
Example
Props
| Name | Type | Default Value | Required | Description | 
|---|---|---|---|---|
| dataColors | ("brandPrimary" | "brandSecondary" | "brandTertiary" | "backgroundPrimary" | "backgroundSecondary" | "backgroundOverlay" | "backgroundPrimaryInverse" | "backgroundSecondaryInverse" | ... 88 more ... | "brightPink")[] | No | ||
| disableAnimation | boolean |  | No | |
| hideLegend | boolean |  | No | |
| hideTooltip | boolean |  | No | |
| data | Record<D | C, unknown>[] | Yes | ||
| category | string | Yes | ||
| dataKey | string | Yes | ||
| tooltipFormatter | ValueFormatter | No | 
