@plotter,
Passing date values as a valid JavaScript date-object should also work fine in your case. Please take a look at this updated JSFiddle for the same.
Basically, in JavaScript month index starts from 0(January) and ends at 11(December). For more information please refer to this Stack Overflow page.
—
Shashi Ranjan
Team CanvasJS