summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIgor Sfiligoi <isfiligoi@ucsd.edu>2012-09-12 19:13:44 +0000
committerIgor Sfiligoi <isfiligoi@ucsd.edu>2012-09-12 19:13:44 +0000
commitb202256cd18bb7051eede89b5e610af592a51412 (patch)
treea91c49a9f12f2ef72a21da1c425c38ba7368b86f /doc
parente16980b09546fe767d9e45819500519bb34de243 (diff)
The FLOT URL changed, so update the links
Diffstat (limited to 'doc')
-rw-r--r--doc/lib/index.html2
-rw-r--r--doc/lib/rrdFlotMatrix_js.html10
-rw-r--r--doc/lib/rrdFlotSupport_js.html16
-rw-r--r--doc/lib/rrdFlot_js.html10
4 files changed, 19 insertions, 19 deletions
diff --git a/doc/lib/index.html b/doc/lib/index.html
index 3c7195c..4fdfbca 100644
--- a/doc/lib/index.html
+++ b/doc/lib/index.html
@@ -34,7 +34,7 @@
<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>,
+ <A HREF="http://www.flotcharts.org/">Flot</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>
diff --git a/doc/lib/rrdFlotMatrix_js.html b/doc/lib/rrdFlotMatrix_js.html
index ab99bcf..f9eb6e9 100644
--- a/doc/lib/rrdFlotMatrix_js.html
+++ b/doc/lib/rrdFlotMatrix_js.html
@@ -30,7 +30,7 @@
<P>The <A HREF="../../src/lib/rrdFlotMatrix.js">rrdFlotMatrix Javascript
module</A> implements a class used to represents a DS from a list of similar
<A HREF="http://oss.oetiker.ch/rrdtool/">RDD archives</A>
- as a <A HREF="http://code.google.com/p/flot/">Flot</A> plot.</P>
+ as a <A HREF="http://www.flotcharts.org/">Flot</A> plot.</P>
<P>All RRDs must have the same step, the same DS names and the same number of RRAs.</P>
<HR>
</TD>
@@ -41,12 +41,12 @@
<P>Given a
<A HREF="rrdFile_js.html#RRDFile">RRDFile</A> object, this class
creates an interactive
-<A HREF="http://code.google.com/p/flot/">Flot</A> plot.</P>
+<A HREF="http://www.flotcharts.org/">Flot</A> plot.</P>
<P>In order to use this module, you also need to include:
<UL>
<LI><A HREF="rrdFlotSupport_js.html">rrdFlotSupport.js</A>
- <LI><A HREF="http://code.google.com/p/flot/">jquery.flot.js</A>
+ <LI><A HREF="http://www.flotcharts.org/">jquery.flot.js</A>
<LI><A HREF="http://jquery.com/">jquery.js</A>
</UL></P>
@@ -109,7 +109,7 @@ creates an interactive
</TD>
<TD WIDTH=80%>
<P>Global graphing options. See
- <A HREF="http://code.google.com/p/flot/">Flot documentation</A>
+ <A HREF="http://www.flotcharts.org/">Flot documentation</A>
for more details.</P>
<P>The recognized elements and the default values are:
<PRE>
@@ -130,7 +130,7 @@ creates an interactive
<TD WIDTH=80%>
<P>Dictionary of graphing options. This must be a dictionary of rrd_id.
Each element of the dictionary contains graphing options. See
- <A HREF="http://code.google.com/p/flot/">Flot documentation</A>
+ <A HREF="http://www.flotcharts.org/">Flot documentation</A>
for more details.</P>
<P>The recognized elements and the default values are:
<PRE>
diff --git a/doc/lib/rrdFlotSupport_js.html b/doc/lib/rrdFlotSupport_js.html
index 1f455f5..6158147 100644
--- a/doc/lib/rrdFlotSupport_js.html
+++ b/doc/lib/rrdFlotSupport_js.html
@@ -30,7 +30,7 @@
<P>The <A HREF="../../src/lib/rrdFlotSupport.js">rrdFlotSupport Javascript module</A>
implements a set of commonly used functions an classes that may be used while plotting
<A HREF="http://oss.oetiker.ch/rrdtool/">RRD files</A> with
- <A HREF="http://code.google.com/p/flot/">Flot</A>.</P>
+ <A HREF="http://www.flotcharts.org/">Flot</A>.</P>
<HR>
</TD>
</TR>
@@ -127,7 +127,7 @@ The output is an object containing:
<P>data</P>
</TD>
<TD WIDTH=80%>
- <P>A list of datapoints suitable to be fed to <A HREF="http://code.google.com/p/flot/">Flot</A>. Each element is a (Timestamp in ms, value) pair.<P>
+ <P>A list of datapoints suitable to be fed to <A HREF="http://www.flotcharts.org/">Flot</A>. Each element is a (Timestamp in ms, value) pair.<P>
<P>An example of use with Flot:<BR>
<PRE>
var fd=rrdDS2FlotSeries(...);
@@ -249,7 +249,7 @@ The output is an object containing:
<P>data</P>
</TD>
<TD WIDTH=80%>
- <P>A list of objects suitable to be fed to <A HREF="http://code.google.com/p/flot/">Flot</A>. Each element is an object composed of two attributes:<UL>
+ <P>A list of objects suitable to be fed to <A HREF="http://www.flotcharts.org/">Flot</A>. Each element is an object composed of two attributes:<UL>
<LI>data - A list of (Timestamp in ms, value) pairs.</LI>
<LI>label - The (optional) DS name.</LI></UL></P>
<P>An example of use with Flot:<BR>
@@ -397,7 +397,7 @@ The output is an object containing:
<P>data</P>
</TD>
<TD WIDTH=80%>
- <P>A list of objects suitable to be fed to <A HREF="http://code.google.com/p/flot/">Flot</A>. Each element is an object composed of two attributes:<UL>
+ <P>A list of objects suitable to be fed to <A HREF="http://www.flotcharts.org/">Flot</A>. Each element is an object composed of two attributes:<UL>
<LI>data - A list of (Timestamp in ms, value) pairs.</LI>
<LI>label - The (optional) DS name.</LI></UL></P>
<P>An example of use with Flot:<BR>
@@ -527,7 +527,7 @@ The output is an object containing:
<P>data</P>
</TD>
<TD WIDTH=80%>
- <P>A list of objects suitable to be fed to <A HREF="http://code.google.com/p/flot/">Flot</A>. Each element is an object composed of two attributes:<UL>
+ <P>A list of objects suitable to be fed to <A HREF="http://www.flotcharts.org/">Flot</A>. Each element is an object composed of two attributes:<UL>
<LI>data - A list of (Timestamp in ms, value) pairs.</LI>
<LI>label - The (optional) DS name.</LI></UL></P>
<P>An example of use with Flot:<BR>
@@ -555,7 +555,7 @@ var plot = $.plot("#myplot", fd.data, options);
</TABLE>
</DIV>
<H2 CLASS="heading-2-western"><A NAME="rrdFlotSelection"></A>Class rrdFlotSelection</H2>
-<P>Helper class to handle <A HREF="http://code.google.com/p/flot/">Flot</A> selections.
+<P>Helper class to handle <A HREF="http://www.flotcharts.org/">Flot</A> selections.
</P>
<DIV ALIGN=RIGHT>
<TABLE WIDTH=90% BORDER=1 CELLPADDING=2 CELLSPACING=3>
@@ -594,7 +594,7 @@ var plot = $.plot("#myplot", fd.data, options);
</TD>
<TD WIDTH=80%>
<P>Set the selection to ranges.xaxis. See plotselected
- <A HREF="http://code.google.com/p/flot/">Flot</A>
+ <A HREF="http://www.flotcharts.org/">Flot</A>
event for more info on ranges. (isSet() will return True, and getFlotRanges() can now be called.)</P>
</TD>
</TR>
@@ -604,7 +604,7 @@ var plot = $.plot("#myplot", fd.data, options);
</TD>
<TD WIDTH=80%>
<P>Return a ranges object. See plotselected
- <A HREF="http://code.google.com/p/flot/">Flot</A>
+ <A HREF="http://www.flotcharts.org/">Flot</A>
event for more info on ranges.</P>
</TD>
</TR>
diff --git a/doc/lib/rrdFlot_js.html b/doc/lib/rrdFlot_js.html
index aa0994f..5b964fa 100644
--- a/doc/lib/rrdFlot_js.html
+++ b/doc/lib/rrdFlot_js.html
@@ -30,7 +30,7 @@
<P>The <A HREF="../../src/lib/rrdFlot.js">rrdFlot Javascript
module</A> implements a class used to represents a
<A HREF="http://oss.oetiker.ch/rrdtool/">RDD archive</A>
- as a <A HREF="http://code.google.com/p/flot/">Flot</A> plot.</P>
+ as a <A HREF="http://www.flotcharts.org/">Flot</A> plot.</P>
<HR>
</TD>
</TR>
@@ -40,12 +40,12 @@
<P>Given a
<A HREF="rrdFile_js.html#RRDFile">RRDFile</A> object, this class
creates an interactive
-<A HREF="http://code.google.com/p/flot/">Flot</A> plot.</P>
+<A HREF="http://www.flotcharts.org/">Flot</A> plot.</P>
<P>In order to use this module, you also need to include:
<UL>
<LI><A HREF="rrdFlotSupport_js.html">rrdFlotSupport.js</A>
- <LI><A HREF="http://code.google.com/p/flot/">jquery.flot.js</A>
+ <LI><A HREF="http://www.flotcharts.org/">jquery.flot.js</A>
<LI><A HREF="http://jquery.com/">jquery.js</A>
</UL></P>
@@ -88,7 +88,7 @@ creates an interactive
</TD>
<TD WIDTH=80%>
<P>Global graphing options. See
- <A HREF="http://code.google.com/p/flot/">Flot documentation</A>
+ <A HREF="http://www.flotcharts.org/">Flot documentation</A>
for more details.</P>
<P>The recognized elements and the default values are:
<PRE>
@@ -109,7 +109,7 @@ creates an interactive
<TD WIDTH=80%>
<P>Dictionary of graphing options. This must be a dictionary of DS_id.
Each element of the dictionary contains graphing options. See
- <A HREF="http://code.google.com/p/flot/">Flot documentation</A>
+ <A HREF="http://www.flotcharts.org/">Flot documentation</A>
for more details.</P>
<P>The recognized elements and the default values are:
<PRE>