I have a dataset with recordings by date. For each weekend, I have zero recordings. The resultant line chart therefore drops down to zero each weekend. According to the Help Documentation here I should be configure a line chart to treat empty bins as zero (which I think it's doing) or to skip right over them by:
Interpolate neighboring values (Connect line)—Null values can be visually interpolated by connecting the line between the bins on either side of the empty bin.
How do I do this?
