I would like to display date time labels on the xAxis, one for every 12th hour but labels start from 02:00 instead of 00:00, next one is 14:00, etc.
See example below:
http://jsfiddle.net/tsjLdr1h/25/
Is there anything I can configure to show labels from 00:00 or is this a bug?
It works well for interval: 1, 2, 3 and 4 not starting from 00:00, 5 is again ok…
Thanks for any tips!