PieChartCenterLabelProps
Represents the configuration options for the center label displayed in Pie charts.
Props
The following table outlines the props for the PieChartCenterLabelProps:
| Name | Type | Default | Description |
|---|---|---|---|
| hoverTextFormat | string | '' | Specifies the format of the center label text when hovering over a pie segment. Use placeholders (e.g., {point.x}, {point.y}) to display dynamic values. |
| label | [ ] | Specifies the collection of label configurations to be displayed at the center of the pie chart. |