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/docs/basic_combined.html | 97 +++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 schall/static/RGraph/docs/basic_combined.html (limited to 'schall/static/RGraph/docs/basic_combined.html') diff --git a/schall/static/RGraph/docs/basic_combined.html b/schall/static/RGraph/docs/basic_combined.html new file mode 100644 index 0000000..7185d6e --- /dev/null +++ b/schall/static/RGraph/docs/basic_combined.html @@ -0,0 +1,97 @@ + + + + + + + + + RGraph: HTML5 Javascript charts library - A basic example of a combined Bar/Line chart + + + + + + + + + + + + + + + +

RGraph: HTML5 Javascript charts library - A basic example of a combined Bar/Line chart

+ + + [No canvas support] + + + + +

+ This is an example of a Bar chart combined with a Line chart. The source code is documented to make it easier + for you to copy and paste it if you wish. +

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