Home Forums Chart Support Data Time Chart — No Values for dates Reply To: Data Time Chart — No Values for dates

#24956

@abdul8423,

CanvasJS library just renders chart with dataPoints provided by you and it don’t modify the dataPoints that you have passed. To add missing dates, you can parse through dataPoints array and add missing dates to it before rendering the chart as shown in this JSFiddle.


Vishwas R
Team CanvasJS