Empty Points in ASP.NET Core Accumulation Chart Component
18 Nov 20181 minute to read
The data points those uses the null or undefined as value are considered as empty points. The empty data points are ignored and not plotted in the chart. You can customize those points, using the emptyPointSettings property in series. The default mode of the empty point is Gap. Other supported modes are Average and Zero.
Customization
Specific color for an empty point can be set by using the fill property in emptyPointSettings and the border for an empty point can be set by using the border property.
Handling No Data
