I want to update the chart drawn by jqPlot sequentially in time intervals.
My use case is such that the AJAX call returns only a single value. For e.g.:
1st AJAX call: 20
2nd AJAX call: 30
3rd AJAX call: 40
4th AJAX call: 32
So i want to make plot the graph like:
First: only 20
Second: 20,30
Third: 20,30,40
Fourth: 20,30,40,32
Can we extract already plotted data in JQPlot and then append this new data set and redraw the graph??
Can any one help please??
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…