Home Forums Report Bugs Bug on chartContainer Reply To: Bug on chartContainer

#26322

@daicc,

In JavaScript Month starts from 0 (January) and ends at 11(December). So in your case both Date(2019,01,29) and Date(2019,02,01) represents 1st of March hence chart displays two dataPoints on “02-01”. Please take a look at this JSFiddle for working example.

—-
Manoj Mohan
Team CanvasJS