summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-07-20 06:10:04 +0100
committerRichard Wall <richard@aziz>2010-07-20 06:10:04 +0100
commit74b6b37ef2890e716998a66b91e65b247aedec72 (patch)
tree228c8d18e8e5fa2e4724e11630ecceb3d6ecc2e8 /index.html
parentf619f6f2974ffa59822dcb57baaf061d8986ff97 (diff)
Move the legend beneath the graph where there is more room for a large number of labels
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6018af7..913dfe4 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,4 @@
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
@@ -17,6 +17,7 @@
<script type="text/javascript" src="docs/jarmon_example_recipes.js"></script>
<script type="text/javascript">
// Recipes for the charts on this page
+
var application_recipes = [
{
title: 'Jarmon Webserver TCP Stats',
@@ -231,6 +232,7 @@
<div class="chart-container">
<h2 class="title"></h2>
<div class="chart"></div>
+ <div class="graph-legend"></div>
</div>
</div>
</body>