PieChartCenterProps

Defines the center position of the Pie series within the chart.

Props

The following table outlines the props for the PieChartCenterProps:

NameTypeDefaultDescription
x
string
'50%'

Specifies the horizontal position (x-coordinate) of the pie chart center. Accepts values in percentage (e.g., '50%') or pixels (e.g., '100px').

y
string
'50%'

Specifies the vertical position (y-coordinate) of the pie chart center. Accepts values in percentage (e.g., '50%') or pixels (e.g., '100px').