summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoralisonjm <alisonjm>2011-04-26 22:20:57 +0000
committeralisonjm <alisonjm>2011-04-26 22:20:57 +0000
commitdd32a16d861c799e9d98495e4c2190ace1956ba0 (patch)
tree39ca4e08f27174192eba8b5c140fcc1981f817eb /doc
parentfe2a5609538e4d2bdac36d57417e38cead413a9e (diff)
Added multi_rra option (appends the consolidation function to name of RRA in resolution drop down menu).
Diffstat (limited to 'doc')
-rw-r--r--doc/lib/rrdFlot_js.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/lib/rrdFlot_js.html b/doc/lib/rrdFlot_js.html
index 5214c7d..d3c2660 100644
--- a/doc/lib/rrdFlot_js.html
+++ b/doc/lib/rrdFlot_js.html
@@ -136,8 +136,10 @@ creates an interactive
//"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.
+ //name of the DS element.
+ multi_rra: false //"true" appends the name of the RRA consolidation function (CF)
+ //(AVERAGE, MIN, MAX or LAST) to the name of the RRA. Useful for
+ //RRAs over the same interval with different CFs.
}
</PRE></P>
</TD>