I have a a dataset for a line chart that contains some null values. The issue is that the null values cause the rendering of the line to skip points between the first and the last null value (see below). The points themselves are however correctly rendered. Also, if null values are expressed as "null" in the dataset, it throws an error, whereas if expressed as empty points the above happens.
The chart looks like this:

The code is as follows:
