summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-04-18 11:00:59 +0100
committerRichard Wall <richard@aziz>2010-04-18 11:00:59 +0100
commitf1844830498d1972e7989b8b603d20d0f7b1378a (patch)
treea7d663a733ad563314281b62cc0ed5714eb2869f /index.html
parent92c40097f503341bc53531743ee5419838ef7d2b (diff)
Clickable legend labels to show hide series
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/index.html b/index.html
index b3aff2e..ce63313 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>untitled</title>
+ <title>RRD Charts</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<style type="text/css">
body {
@@ -33,6 +33,16 @@
width:50px;
overflow:hidden;
}
+
+ .legendColorBox, .legendLabel {
+ cursor: pointer;
+ }
+
+ input[type=checkbox] {
+ margin: 0;
+ padding: 0;
+ border: none;
+ }
</style>
<script type="text/javascript" src="assets/javascript/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="assets/javascript/flot/excanvas.min.js"></script>