connectNulls property

bool? connectNulls
getter/setter pair

Whether to connect a graph line across null points, or render a gap between the two points on either side of the null.

In stacked area chart, if connectNulls is set to true, null points are interpreted as 0.

API Docs: https://api.highcharts.com/highcharts/series.linearregression.connectNulls

Implementation

bool? connectNulls;