Following is my fiddle. I have various granularity data in my project.I am displaying date in utc timezone. when I pass data for week its not displaying ticks time on xAxis properly.
You can see, it shows 12:00 AM for each day instead of day and month.
Any pointer would be helpful.
https://jsfiddle.net/fs26jjdw/2/
Please check stackoverflow. It would be better if you do the time processing on the server side so that the times doesnt show differently for different clients in different timezones. linl
Following is my fiddle. I have various granularity data in my project.I am displaying date in utc timezone. when I pass data for week its not displaying ticks time on xAxis properly. You can see, it shows 12:00 AM for each day instead of day and month. Any pointer would be helpful. https://jsfiddle.net/fs26jjdw/2/