Highcharts data off by one day

datetime, highcharts, javascript

Solution

Well, I added time info to the axis and tooltip see http://jsfiddle.net/gATfu/ It looks like your timestamps are from 10pm but the axis labels are showing 0am ... thats why the points look about one day shifted.

Problem

I have a Highchart that I cannot seem to fix. The dates on the xAxis are correct but the dates on the labels are off by one day. No matter what data I pass to my chart it is always off by one day. I have been pulling my hair out trying to figure this out. Any tips would be appreciated. You can see my code here: http://jsfiddle.net/brenjt/zxBTG/2/

Original source