It would be useful to have an option to break the line on a line chart whenever the data point does not exist in the data. This is a different scenario compared to the already available behavior where there is a row in the data table just the value is null.
On the attached screenshot I created a few examples marked with a red X.
Without this functionality the chart is very misleading (especially if the markers are not visible) and requires complex SQL to add a data point with null value to each place where a data point is missing.