Hey sorry for the late reply been busy and also had to fix a nuisance on the chart, it would flicker on updates, which is a known annotated timeline issue. Flicker is gone now and it's nice and smooth.
So just to put everything in one spot.
- The demo of the chart in action is here: http://milo-media.net/nxtGChart/index.html
- The source file for the demo is here: http://milo-media.net/nxtGChart/ticker.cgi
- The sourcecode can be downloaded here: http://milo-media.net/nxtGChart/NXTGCharts.zip
So as you can see from the ticker.cgi, the format is smaller and lighter. Just note that the params for new Date are (year, month, day, hour, minute, second) and also that the months are represented from 0 - 11 not 1 - 12.
Let me know if you have any questions about the code.
Thanks
UPDATE: I seperated the custom code to its own .js file so that it's neater and so that browsers/cdn or whatever can cache it so the .zip now has a new .js file in tehre.