summaryrefslogtreecommitdiff
path: root/doc/lib/rrdFlotSupport_js.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lib/rrdFlotSupport_js.html')
-rw-r--r--doc/lib/rrdFlotSupport_js.html16
1 files changed, 8 insertions, 8 deletions
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>