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

RGraph: HTML5 Javascript charts library - Resizing your charts

+ + + + [No canvas support] + +

 

+ +

+ RGraph has the facility to allow you to resize your charts. This is new as of 10th April 2010. Because of the + numerous events it has to install code on, it is unlikely to work with other dynamic features. The context + menu does though, and now that tooltips use DOM2 events, so do they. It can be useful if you are, + for example, doing a presentation and need to enlarge the chart. +

+ +

+ All you need to do to enable it is set chart.resizable to true. There are certain caveats that you should be aware of though: +

+ +
+ + + +


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