Hi Team,
I have a case where I need to draw the line till null and break the line after that point.
For example I have 4 data points [{x:’Apr 23′,y:10},{x:’May 23′,y:null},{x:’Jun 23′,y:30},{x:’Jul 23′,y:40}]
Existing behaviour: Apr 23 plots a dot, then gap till Jun 23 and draws a line from June 23 to July 23
Expected behaviour: A line should be drawn from Apr 23 to May 23, then gap till Jun 23 and draw a line from Jun 23 to Jul 23