PieChartPointRenderProps

Provides customization options for rendering individual points in a chart series.

Props

The following table outlines the props for the PieChartPointRenderProps:

NameTypeDefaultDescription
color
string
-

Specifies the color applied to the point.

pointIndex
number
-

Indicates the index of the current point.

xValue
number | Date | string | null
-

Indicates the xField value of the point.

yValue
number | Date | string | null
-

Indicates the yField value of the point.