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

RGraph: HTML5 Javascript charts library - Waterfall charts

+ + + +

+ Waterfall charts can be used to represent sales and expenditure for an entity. More information can be found here: + http://en.wikipedia.org/wiki/Waterfall_chart +

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