summaryrefslogtreecommitdiff
path: root/src/examples/rrdMatrixFlot.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/rrdMatrixFlot.html')
-rw-r--r--src/examples/rrdMatrixFlot.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/examples/rrdMatrixFlot.html b/src/examples/rrdMatrixFlot.html
index b3deb6e..f0d59c0 100644
--- a/src/examples/rrdMatrixFlot.html
+++ b/src/examples/rrdMatrixFlot.html
@@ -4,7 +4,8 @@
content of a RRD archive file in a graph
using the Flot libraries
Part of the javascriptRRD package
- Copyright (c) 2009 Frank Wuerthwein, fkw@ucsd.edu
+ Copyright (c) 2010 Frank Wuerthwein, fkw@ucsd.edu
+ Igor Sfiligoi, isfiligoi@ucsd.edu
Original repository: http://javascriptrrd.sourceforge.net/
@@ -27,8 +28,9 @@
<!-- rrdFlotMatrix class needs the following four include files !-->
<script type="text/javascript" src="../lib/rrdFlotSupport.js"></script>
<script type="text/javascript" src="../lib/rrdFlotMatrix.js"></script>
- <script type="text/javascript" src="../../flot//jquery.js"></script>
- <script type="text/javascript" src="../../flot//jquery.flot.js"></script>
+ <script type="text/javascript" src="../../flot/jquery.js"></script>
+ <script type="text/javascript" src="../../flot/jquery.flot.js"></script>
+ <script type="text/javascript" src="../../flot/jquery.flot.selection.js"></script>
<head>
<title>Graph multiple RRDs with Flot</title>
</head>