Hey there, I could really use some assistance.
I'm currently using the Highcharts-NG
to generate my charts, but I've encountered a minor issue.
My graph is up and running, I'm successfully pushing live data to it, however, instead of having X values "1", "2", "3" each time I add a new point to the series, I'd like to insert a timestamp on the X axis. In regular Highcharts, this can easily be achieved with the addPoint()
function, but unfortunately, the highcharts-ng
does not support this function.
Could someone please lend a hand?
Here's the link to my working file: http://jsfiddle.net/zrKEb/