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

RGraph: HTML5 Javascript charts library - Adjusting your charts interactively

+ + + +
+

+ Since 24th May 2010 you have had the ability to adjust your so if you want to see the charts interactively. Currently the Bar chart, Line chart, + Progress Bar, Rose chart and the Radar have this facility. Some chart types use multiple event handlers and as such + are unlikely to work well with other dynamic features. The Line chart is an example of this, and whilst it does work + with the context menu (and so the full canvas zoom), it is unlikely to work with other dynamic features. +

+ + +

+ At the current time this feature on the Bar and Line charts doesn't work with X axis in the center. +

+ + +

+ If your intention is to make some sort of interactive console, new HTML5 input types may also be of interest (for example the new range input type + which gives you a "slider bar"). Eg (Chrome/Safari/Opera): +

+ +

+ + +

+ +

Note

+ +

+ Since interactivly adjusting a chart involves completely redrawing it, having a lot of them on one page can cause + slower updates. For this reason each example chart is on its own page: +

+ + + +

DOM2 event handlers

+ +

+ In January 2011 all adjusting was converted to DOM2 event handling. This makes adjusting work much better with other + dynamic features. +

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