interpolateNulls property

bool? interpolateNulls
getter/setter pair

If some values in a series are missing, gaps may appear in the chart (e.g, segments of lines in a line chart will be missing).

To eliminate these gaps set this to true. Applies to Line, Area, and Combo charts.

Implementation

core.bool? interpolateNulls;