PieEmptyPointSettings

Configuration options for handling empty data points in a chart series.

Props

The following table outlines the props for the PieEmptyPointSettings:

NameTypeDefaultDescription
border
{ color: 'transparent', width: 0, dashArray: '' }

Customizes the border of empty points, including color and width.

fill
string
null

Sets the fill color for empty points in the series.

mode
Drop

Specifies how empty or missing data points should be rendered in the series. Available modes:

  • Zero - Treats empty points as zero values.
  • Drop - Ignores empty points during rendering.
  • Average - Replaces empty points with the average of the previous and next points.