diff options
author | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2013-11-07 21:33:19 +0000 |
---|---|---|
committer | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2013-11-07 21:33:19 +0000 |
commit | 52a1336753f33c60151d1f545883e9ae144d5585 (patch) | |
tree | 1e8b962f4cfe06cde3bb79c6cfa8dce970799f7c /src/examples/index.html | |
parent | 7a424b1dfc8faed56af4785b520857839a01f0f4 (diff) |
Cosmetic changes
Diffstat (limited to 'src/examples/index.html')
-rw-r--r-- | src/examples/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/examples/index.html b/src/examples/index.html index 3f3a2c9..0e125ec 100644 --- a/src/examples/index.html +++ b/src/examples/index.html @@ -11,12 +11,12 @@ <li><a href="rrdContent.html">Raw RRD content</a></li> <li><a href="rrdJFlot.html">RRD plotting with Flot</a></li> <li><a href="rrdJFlotSimple.html">RRD plotting with Flot (no user input)</a></li> + <li><a href="rrdJFlotDefaults.html">RRD plotting with Flot (using all available rrdflot_defaults options)</a></li> <li><a href="rrdJFlotTwo.html">Plot the sum of 2 RRD files with Flot</a></li> <li><a href="rrdJFlotThree.html">Plot the sum of 3 RRD files with Flot</a></li> <li><a href="rrdMatrixFlot.html">Plot the stack of 3 RRD files with Flot</a></li> <li><a href="rrdJFlotFilter.html">Filter DSs. Here, sum two DSs, and sum all of the DSs.</a></li> - <li><a href="rrdJFlotFilterRRA.html">Create new RRAs with longer steps, and time shift RRAs for timezones.</a></li> - <li><a href="rrdJFlotDefaults.html">Plot using all available rrdflot_defaults options</a></li> + <li><a href="rrdJFlotFilterRRA.html">Create new RRAs with longer steps</a></li> </ul> Details about the libraries can be found on the @@ -27,7 +27,7 @@ Details about the libraries can be found on the <TD> <HR> <P>The javascriptRRD package - is hosted at <A HREF="http://javascript.sourceforge.net/">http://javascript.sourceforge.net</A>. + is hosted at <A HREF="http://javascriptrrd.sourceforge.net/">http://javascriptrrd.sourceforge.net</A>. <BR>It is licensed under the <A HREF="http://www.opensource.org/licenses/mit-license.php">MIT license</A>. </P> |