Home Forums Report Bugs Issue with data not showing Reply To: Issue with data not showing

#23500

@operationsteam,

The gap you observe in the chart is dues to null dataPoints. You can draw a line between 2 adjacent non-null dataPoints by setting connectNullData property in dataSeries level to true. Please take a look at this updated JSFiddle.


Vishwas R
Team CanvasJS