Hello Team,
I am passing a date object as data source in kendoChart, e.g : { value: 30, date: new Date("Fri Dec 09 2016 10:00:00 GMT+0530 (India Standard Time)") }
When I am giving baseUnit: hours, I am expecting chart to reflect 10:00 on x axis but its giving me half an hour less than the expected one which is 9:30.
Same happens with all the date format I pass as DataSource.
For reference I am attaching a html file, you just have to select hours radio button.
Thanks