From 770ba5201f5c60b2bb36602ff9d359f641e33125 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 23 Oct 2011 21:14:40 +0200 Subject: Charting with flask, rgraph and custom "timeseries database" --- schall/static/RGraph/examples/gauge.html | 146 +++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 schall/static/RGraph/examples/gauge.html (limited to 'schall/static/RGraph/examples/gauge.html') diff --git a/schall/static/RGraph/examples/gauge.html b/schall/static/RGraph/examples/gauge.html new file mode 100644 index 0000000..beb8659 --- /dev/null +++ b/schall/static/RGraph/examples/gauge.html @@ -0,0 +1,146 @@ + + + + + + RGraph: HTML5 Javascript charts library - Gauge charts + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Mention RGraph on Twitter + +
+ + + +
+ + +
+ + + +

RGraph: HTML5 Javascript charts library - Gauge charts

+ + + + + + +
+

+ Gauges are another meter variant that may be more suited to your websites design. The Gauges below show how you + could hook them up to some AJAX to get constantly updated gauges. The Gauges below are simply on a timer along + with some random numbers. +

+ +

+
+ +
+ +
+ +
+
[No canvas support]
+      +
[No canvas support]
+      + [No canvas support] + +
+ + + \ No newline at end of file -- cgit v1.2.1