summaryrefslogtreecommitdiff
path: root/doc/lib/index.html
diff options
context:
space:
mode:
authoralisonjm <alisonjm>2011-06-08 21:24:57 +0000
committeralisonjm <alisonjm>2011-06-08 21:24:57 +0000
commit8ba96f686e98dc592d13457cc4aa82e56e75a6f7 (patch)
tree288a9f31ed0b44669e014db9aaeee8fba1ff594c /doc/lib/index.html
parente464fa9eec0d11c80b3542bcdb37ad19de658a14 (diff)
Added new documentation for rrdFilter.js, and updated all other documentation reflecting new changes in javascriptrrd, with major changes being the addition of RRDFilterShift and RRDRRAFilterAvg methods and extension to rrdflot_defaults options.
Diffstat (limited to 'doc/lib/index.html')
-rw-r--r--doc/lib/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lib/index.html b/doc/lib/index.html
index 3f8ae8b..3c7195c 100644
--- a/doc/lib/index.html
+++ b/doc/lib/index.html
@@ -31,19 +31,19 @@
</UL>
<P>Together they can be used to implement AJAX style applications.</P>
-<P> The <A HREF="rrdFilter_js.html">rrdFilter module</A> can be used to filter datasources or apply user-customized filter object such as mathematical operations.
+<P> The <A HREF="rrdFilter_js.html">rrdFilter module</A> can be used to filter datasources (DSs) and apply user-customized filter objects such as mathematical operations. This module also has methods to Filter RRAs for time shifts (for timezone implementation) and/or Averaging (for creating new, averaged RRAs with different step sizes). See the <A HREF="../../src/examples/rrdJFlotFilter.html">rrdJFlotFilter.html (DS Filters) example</A> and the <A HREF="../../src/examples/rrdJFlotFilterRRA.html">rrdJFlotFilterRRA (RRA Filters) example</A>.</P>
<P>The package also provides two classes, based on
<A HREF="http://code.google.com/p/flot/">JFlot</A>,
that automate most of the graphing needs:</P>
<UL>
<LI><P>The <A HREF="rrdFlot_js.html">rrdFlot module</A> can be used to plot a single RRD file.<BR>
- See also the <A HREF="../../src/examples/rrdJFlot.html">rrdJFlot.html example</A>.</P>
+ See also the <A HREF="../../src/examples/rrdJFlot.html">rrdJFlot.html example</A> and the <A HREF="../../src/examples/rrdJFlotDefaults.html">same graph with all rrdflot_defaults available options shown.</A></P>
<LI><P>The <A HREF="rrdFlotMatrix_js.html">rrdFlotMatrix module</A> can be used to plot a list of RRD files.<BR>
See also the <A HREF="../../src/examples/rrdMatrixFlot.html">rrdMatrixFlot.html example</A>.</P>
<LI><P>More examples can be found on the
- <A HREF="../../src/examples/index.html">examples web page</a>.</P>
+ <A HREF="../../src/examples/index.html">examples web page</a>, with mode helpful comments in the code.</P>
</UL>
<TABLE WIDTH=50% CELLPADDING=2 CELLSPACING=2>