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/ingraph.html | 179 +++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 schall/static/RGraph/docs/ingraph.html (limited to 'schall/static/RGraph/docs/ingraph.html') diff --git a/schall/static/RGraph/docs/ingraph.html b/schall/static/RGraph/docs/ingraph.html new file mode 100644 index 0000000..2c44f28 --- /dev/null +++ b/schall/static/RGraph/docs/ingraph.html @@ -0,0 +1,179 @@ + + + + + + RGraph: HTML5 Javascript charts library - In-graph labels + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Mention RGraph on Twitter + +
+ + + +
+ + +
+ + + + +

RGraph: HTML5 Javascript charts library - In-graph labels

+ + + +
+ +

+ This page shows the various options for in-graph labels. The in-graph labels can be set like this: +

+ +
obj.Set('chart.labels.ingraph', [,,'Hoolio',,'Olga']);
+ +

+ Or like this if you want to be more specific: +

+ +
obj.Set('chart.labels.ingraph', [,,['Hoolio', 'red', 'yellow', -1, 60],,'Olga']);
+ +

+ The array can consist of: +

+ + + +

Example line chart

+ + [No canvas support] + + +

Example bar chart

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

Example bar chart (arrow variant)

+ + [No canvas support] + + + +

Example bar chart (dot variant)

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