Hi,
I am trying to implement dynamic graph.
Here is the sample jsfiddle.
The graph does not run as I expect for first 60 seconds. But after 60 seconds; it runs as per my expections. I want to run it something differently for first 60 seconds.
To see how I expect it to run for first 60 seconds ; see this fiddle.
Only difference in both the codes is definition of minimum:0 and maximum:60 for X axis in second fiddle link.
Also I do not want to show the X axis labels as 12,24,36,48,60 that appear in second fiddle example. Initially I want those labels blanks. Later I am going to fill those labels as seen in the graph.
How can I achieve this?
Thanks,
Swapnil