diff options
author | Richard Wall <richard@aziz> | 2010-04-18 11:00:59 +0100 |
---|---|---|
committer | Richard Wall <richard@aziz> | 2010-04-18 11:00:59 +0100 |
commit | f1844830498d1972e7989b8b603d20d0f7b1378a (patch) | |
tree | a7d663a733ad563314281b62cc0ed5714eb2869f /index.html | |
parent | 92c40097f503341bc53531743ee5419838ef7d2b (diff) |
Clickable legend labels to show hide series
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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> |