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/meter.html | 178 +++++++++++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 schall/static/RGraph/examples/meter.html (limited to 'schall/static/RGraph/examples/meter.html') diff --git a/schall/static/RGraph/examples/meter.html b/schall/static/RGraph/examples/meter.html new file mode 100644 index 0000000..9c6f172 --- /dev/null +++ b/schall/static/RGraph/examples/meter.html @@ -0,0 +1,178 @@ + + + + + + RGraph: HTML5 Javascript charts library - meter charts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Mention RGraph on Twitter + +
+ + + +
+ + +
+ + + +

RGraph: HTML5 Javascript charts library - Meter charts

+ + + + + + +
+

+ Meter charts are similar to Odometer charts albeit only a semi-circle and not a full circle. It can be better when trying illustrate + a particular level, but only have a limited amount of space. It could also be quite effective as part of a control panel. +

+ +

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