summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Wuerthwein <fkw@ucsd.edu>2009-05-10 23:54:14 +0000
committerFrank Wuerthwein <fkw@ucsd.edu>2009-05-10 23:54:14 +0000
commitf021b6e94bbae695da4116c0f972bac8705c8c20 (patch)
tree7a632598b7dad18f8dba9d79cff04bc7dd1665a8
parentce4c02d09c04eaafcea2838bb57aebf0232e322e (diff)
Add links to rrdFlot and rrsFlotMatrixv0.4
-rw-r--r--doc/lib/index.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/lib/index.html b/doc/lib/index.html
index 24e62c4..8e949c0 100644
--- a/doc/lib/index.html
+++ b/doc/lib/index.html
@@ -18,7 +18,7 @@
</HEAD>
<BODY LANG="en-US" DIR="LTR">
<H1 CLASS="western">javascriptRRD libraries</H1>
-<P>The javascriptRRD package contains two javascript modules:</P>
+<P>The javascriptRRD package contains base two javascript modules:</P>
<UL>
<LI><P>The <A HREF="rrdFile_js.html">rrdFile module</A>, used to
extract information from <A HREF="http://oss.oetiker.ch/rrdtool/">RRD
@@ -28,10 +28,16 @@
API.</P>
</UL>
<P>Together they can be used to implement AJAX style applications.</P>
-<P>Graphing is currently not natively supported by the libraries, but
-can be easily achieved with third party libraries, like <A HREF="http://code.google.com/p/flot/">JFlot</A>.
-An <A HREF="../../src/examples/rrdJFlot.html">example</A> is provided
-in the src/examples directory.</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>
+ <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>
+</UL>
+
<TABLE WIDTH=50% CELLPADDING=2 CELLSPACING=2>
<TR>
<TD>