Home › Forums › Chart Support › Plotting data with null value › Reply To: Plotting data with null value
@vinay4422,
The current behaviour of the null datapoint is as per design. However, to achieve your requirement, you can set the y-value of “May 23” to the same y-value as the previous datapoint and add a dummy datapoint with y-value as null in between the “May 23” and “June 23” data points. Kindly refer to this JSFiddle for an example on the same.
— Adithya Menon Team CanvasJS