diff options
Diffstat (limited to 'src/examples/index.html')
-rw-r--r-- | src/examples/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/examples/index.html b/src/examples/index.html index 60efe44..3f3a2c9 100644 --- a/src/examples/index.html +++ b/src/examples/index.html @@ -12,6 +12,7 @@ <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="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> |