below is the link to code regarding to dynamic graph. I am having a problem of making the red line, being updated and move forward together with the blue line.. I don’t know where the problem is that make the red line static in the dynamic graph..
And solution to the code? Thanks again for helping..
You need to tell it to also update the second series of data. I couldn’t figure out the smoothing or if it’s possible to smooth once you have > 1 data stream.
http://jsfiddle.net/EkkBQ/8/
Key code added:
I duplicated the call where the series data is added to the chart – changed the series variable to seriesA and then told it to pull the second series of data (series1).
Hope this helps.