PointRenderProps

Provides options to customize the rendering of individual points in a chart.

Props

The following table outlines the props for the PointRenderProps:

NameTypeDefaultDescription
color
string
-

The color applied to the point.

seriesIndex
number
-

The zero-based index of the series in the chart.

xValue
number | Date | string | null
-

The value of the xField for the point.

yValue
number | Date | string | null
-

The value of the yField for the point.