From 8ba96f686e98dc592d13457cc4aa82e56e75a6f7 Mon Sep 17 00:00:00 2001 From: alisonjm Date: Wed, 8 Jun 2011 21:24:57 +0000 Subject: 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. --- doc/lib/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/lib/index.html') 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 @@

Together they can be used to implement AJAX style applications.

-

The rrdFilter module can be used to filter datasources or apply user-customized filter object such as mathematical operations. +

The rrdFilter module 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 rrdJFlotFilter.html (DS Filters) example and the rrdJFlotFilterRRA (RRA Filters) example.

The package also provides two classes, based on JFlot, that automate most of the graphing needs:

-- cgit v1.2.3-54-g00ecf