From cb2e3d2743c0f88b430f14b7a396aa1a583dc978 Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Tue, 22 Mar 2011 07:30:12 -0400 Subject: flot-0.7 --- examples/realtime.html | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 examples/realtime.html (limited to 'examples/realtime.html') diff --git a/examples/realtime.html b/examples/realtime.html new file mode 100644 index 0000000..3b427e1 --- /dev/null +++ b/examples/realtime.html @@ -0,0 +1,83 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

You can update a chart periodically to get a real-time effect + by using a timer to insert the new data in the plot and redraw it.

+ +

Time between updates: milliseconds

+ + + + + -- cgit v1.2.3