diff options
-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 |