Login Register

display a gap in line chart

I am drawing a line chart. If there's missing data point for any reason, I want to display a gap between the points received(i.e. a broken line). I tried using null, undefined or negative number to represent the missing data but it always yields a continuous line. I could break the data received into 2 series, effectively adding 2 lines instead of 1 to the chart. Is there a better way to accomplish this task? thanks

Missing values are not

Missing values are not supported. You can file an enhancement ticket explaining what the desired behavior should be.