PieEmptyPointSettings
Configuration options for handling empty data points in a chart series.
Props
The following table outlines the props for the PieEmptyPointSettings:
| Name | Type | Default | Description |
|---|---|---|---|
| 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:
|