PieChartCenterProps
Defines the center position of the Pie series within the chart.
Props
The following table outlines the props for the PieChartCenterProps:
| Name | Type | Default | Description |
|---|---|---|---|
| x | string | '50%' | Specifies the horizontal position (x-coordinate) of the pie chart center.
Accepts values in percentage (e.g., |
| y | string | '50%' | Specifies the vertical position (y-coordinate) of the pie chart center.
Accepts values in percentage (e.g., |