jsfiddle: http://jsfiddle.net/RjPRd/
Times & Labels are displayed incorrectly.
I think the timestamp should be multiplied by 1000 for Javascript Time but what's the best approach? Also I believe the setup is still incorrect because the labels seem opposite to where the cursor is.
You are right, timestamps in Javascript are milliseconds so you should multiply everything by 1000.
For the other problem it comes from the fact that your data is ordered backwards. Apparently HighCharts is messing up when the series are not properly ordered.
Here's the correction for your code: http://jsfiddle.net/cvedovini/RjPRd/2/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With