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

RGraph: HTML5 Javascript charts library - Example charts

+ + + +
+
+ Need something that RGraph doesn't currently support? RGraph license holders can usually be accomodated - please + contact support to discuss your requirements. +
+
+ +

+ The following HTML5 examples are available. The charts are made with the HTML5 canvas tag so they're quick to load and interactive. +

+ +
+ A Rose chart of sales statistics + [No canvas support] +
+ + +
+
+

Bar, Line and Pie charts

+ + +

Planning and management charts

+ +
+
+

Meters and gauges

+ + +

Other chart types

+ +
+
+ +

Basic examples

+ + + +

More examples

+ +

+ There are more usage examples as well as a few general HTML5 examples in the documentation. +

+ + + \ No newline at end of file -- cgit v1.2.1