Alright good news, I found the perfect chart. It had awesome documentation, it's smooth and works very well with live data. I have a working demo pulling from data sources, and it updates the chart every 3 seconds. (you can adjust this in the custChart.js file with the variable intervalTime)
Here's the demo:
http://milo-media.net/nxtHighstock/index.html
It's pulling 2 data sources, both of which are simple. Both of which use a timestamp as the x-axis. One is for price and one is for unit/volume. Here are the source formats:
http://milo-media.net/nxtHighstock/volume.cgi
http://milo-media.net/nxtHighstock/price.cgi
You can download the zip demo. There's a JS folder that contains the library that we need for the charts, everything outside the JS is what you need to modify, so the HTML demo page, the 2 data source files and the custChart.js which is all ready for you. You can get the zip here:
http://milo-media.net/nxtHighstock/finalCharts.zip
I've also included a zip to this post. Let me know if you have any questions regarding this. Just to recap to give you some basic instructions to get it working:
- Unzip the zip to a folder
- Load index.html in your browser
- It should work right away with the given data sources
- Modify the location of the data sources (I made this easy, just go to the custChart.js and modify the variables priceSourceFile and volumeSourceFile; I used relative paths, you can use a full URL like http://xxxx/price.cgi but it has to be on the same domain.
Alright cool let me know if you have Q's. Going to get some catch up rest.
Cheers
PS: file is too large so there's no zip attached. You can grab from URL direct or through wget, i made the zip through my shell using zip this time so you should have no probs opening it.