From 84653f81c2b933b98ef1e6469f6552467ba14376 Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Fri, 8 Nov 2013 06:03:18 +0000 Subject: Add link to rrdFlotAsync_js, and a little bit of text cleanup --- doc/lib/index.html | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/doc/lib/index.html b/doc/lib/index.html index 4fdfbca..ec29992 100644 --- a/doc/lib/index.html +++ b/doc/lib/index.html @@ -18,7 +18,10 @@

javascriptRRD libraries

-

The javascriptRRD package contains base three javascript modules:

+ +

Spoiler: Look toward the end of the page.

+ +

The javascriptRRD package contains base three javascript modules that can be user to read RRD files:

Together they can be used to implement AJAX style applications.

-

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 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 average RRAs (for creating new, averaged RRAs with different step sizes).

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

+ that automate most of the graphing needs, once the files have been read:

+

+Most users are however expected to use the helper classes in the rrdFlotAsync module.
+The classes there combine loading the files with graphing them.

+ +

Example Web pages using the above modules can be found linked from the +examples web page.

+ +
-- cgit v1.2.3