From 9c3f11e7da282c74a1e3aa765222ca270d90825a Mon Sep 17 00:00:00 2001 From: alisonjm Date: Mon, 25 Apr 2011 18:07:49 +0000 Subject: Added documentation for rrdflot_defaults. --- doc/lib/rrdFlot_js.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/lib/rrdFlot_js.html b/doc/lib/rrdFlot_js.html index a1f70d7..c880e64 100644 --- a/doc/lib/rrdFlot_js.html +++ b/doc/lib/rrdFlot_js.html @@ -120,6 +120,25 @@ creates an interactive yaxis: 1 // can be 1 or 2 stack: 'none' // other options are 'positive' and 'negative' } +

+ + + + +

rrdflot_defaults (optional)

+ + +

Dictionary of rrd_flot options. +

The recognized elements and the default values are: +

+   {
+     legend: "Top"         //Starting location of legend. Options are: 
+                           //"Top","Bottom","TopRight","BottomRight","None".
+     num_cb_rows: 12       //How many rows of DS checkboxes per column.
+     multi_ds: false       //"true" appends the name of the aggregation function to the 
+                           //name of the DS element. Useful for when an element is displayed
+                           //more than once but under different aggregation functions.
+   }
 

-- cgit v1.2.3