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/line_filled.html | 142 +++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 schall/static/RGraph/docs/line_filled.html (limited to 'schall/static/RGraph/docs/line_filled.html') diff --git a/schall/static/RGraph/docs/line_filled.html b/schall/static/RGraph/docs/line_filled.html new file mode 100644 index 0000000..dbc341b --- /dev/null +++ b/schall/static/RGraph/docs/line_filled.html @@ -0,0 +1,142 @@ + + + + + + RGraph: HTML5 Javascript charts library - The Line chart setting chart.filled.accumulative + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Mention RGraph on Twitter + +
+ + + +
+ + +
+ + + + +

RGraph: HTML5 Javascript charts library - The Line chart setting: chart.filled.accumulative

+ + + +

+ This page shows how the setting chart.filled.accumulative affects your charts. The chart on the left has + it enabled (the default), so the lines in effect sit on top of each other. The chart on the right has the setting + set to false so the points are drawn "as-is", ie not accumulatively. The first chart could be more useful if you wish + to see accumulated values, whereas the chart on the right might be better if you want to see individual values. +

+ +

+ Keep in mind that if you choose to use a non-accumulative chart the colors may be better as semi-transparent ones, + otherwise parts or all of some lines may get hidden by others. +

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

+ « Back to the Line chart documentation +

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