summaryrefslogtreecommitdiff
path: root/doc/lib/rrdMultiFile_js.html
diff options
context:
space:
mode:
authorIgor Sfiligoi <isfiligoi@ucsd.edu>2013-11-07 21:57:23 +0000
committerIgor Sfiligoi <isfiligoi@ucsd.edu>2013-11-07 21:57:23 +0000
commit40e6d7a7804c785cebd73470ea7a2d3d7d4273c2 (patch)
tree4f54cea5b53f2f51ff8d9e72a01a2a4097d8458b /doc/lib/rrdMultiFile_js.html
parentac2fe0c357d951c73520c4e7a11578ec00188045 (diff)
Document the new options arguments
Diffstat (limited to 'doc/lib/rrdMultiFile_js.html')
-rw-r--r--doc/lib/rrdMultiFile_js.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/lib/rrdMultiFile_js.html b/doc/lib/rrdMultiFile_js.html
index 1b66ee3..ce75aad 100644
--- a/doc/lib/rrdMultiFile_js.html
+++ b/doc/lib/rrdMultiFile_js.html
@@ -50,12 +50,20 @@ the user ever needs to explicitly instantiate.</P>
<UL>
<LI><P>A list of similar <A HREF="rrdFile_js.html#RRDFile">RRDFile</A>
objects.<BR>They must all have the same DSes and the same RRAs.</P>
- <LI><P>A boolean (default=true) – This value defines how to treat
- undefined values. If true, they are counted as zeros and the sum
+ <LI><P>An options object - If defined, it can contain any of the following:
+ <UL>
+ <LI>treat_undefined_as_zero - This value defines how to treat
+ undefined values. If true (or undefined), they are counted as zeros and the sum
will always succeed. If it is false, any undefined value in one of
- the input objects will result in the sum being marked as undefined.</P>
+ the input objects will result in the sum being marked as undefined.
+ </UL>
+ </P>
+ <P>For backwards compatibility, a boolean value is intrpreted as <i>treat_undefined_as_zero</i></P>
</UL>
<P>This class implements the same interface as <A HREF="rrdFile_js.html#RRDFile">RRDFile</A>.</P>
+<HR>
+<H2><I>Internal classes</I></H2>
+
<H2 CLASS="heading-2-western"><A NAME="RRDRRASum"></A>Class RRDRRASum</H2>
<P>This class implements the same interface as <A HREF="rrdFile_js.html#RRDRRA">RRDRRA.</A></P>
<TABLE WIDTH=50% CELLPADDING=2 CELLSPACING=2>