PieChartLabelProps
Represents the configuration options for the center label text in a Pie chart.
Props
The following table outlines the props for the PieChartLabelProps:
| Name | Type | Default | Description |
|---|---|---|---|
| text | string | '' | Specifies the text to be displayed in the center label. |
| textStyle | { color: '', fontFamily: '', fontStyle: 'Normal', fontWeight: 'Normal', opacity: 1 } | Defines the font styling options for the center label text. |