From 4d6175bf99b670d913c4a713014790be673cbff9 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sat, 10 Apr 2010 12:04:34 +0100 Subject: Upgrade to flot trunk --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index e209be2..7204af5 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,9 @@ - - - + + + @@ -29,7 +29,7 @@ lines: { show: true, steps: false, - fill: 0.1, + fill: 0.5, shadowSize: 0, lineWidth: 1 }, @@ -89,7 +89,7 @@ $(function() { var c = new Chart($('.container')); - //data = 'memory-buffered.rrd memory-cached.rrd memory-free.rrd memory-used.rrd'.split(' '); + //data = 'memory-free.rrd memory-cached.rrd memory-used.rrd memory-buffered.rrd'.split(' ').reverse(); data = 'cpu-user.rrd cpu-system.rrd cpu-wait.rrd'.split(' ').reverse(); jQuery.each(data, function(i, el) { -- cgit v1.2.3-2-g168b