diff options
author | alisonjm <alisonjm> | 2011-06-08 21:31:49 +0000 |
---|---|---|
committer | alisonjm <alisonjm> | 2011-06-08 21:31:49 +0000 |
commit | 686c0e92555cd200445e7d05c5ef91c8acc267a0 (patch) | |
tree | aea8eb51cecff6487ccd37b601c6dc0ecc2a8a70 /src/examples/index.html | |
parent | b35cae3c5f573bff4f1a6b454993e9f1370d6f57 (diff) |
Added new examples to index.
Diffstat (limited to 'src/examples/index.html')
-rw-r--r-- | src/examples/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/examples/index.html b/src/examples/index.html index 9f09b5f..202441e 100644 --- a/src/examples/index.html +++ b/src/examples/index.html @@ -12,6 +12,9 @@ <li><a href="rrdJFlot.html">RRD plotting with Flot</a></li> <li><a href="rrdJFlotTwo.html">Plot the sum of 2 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> </ul> Details about the libraries can be found on the |