diff options
author | Richard Wall <richard@aziz> | 2010-04-18 23:41:13 +0100 |
---|---|---|
committer | Richard Wall <richard@aziz> | 2010-04-18 23:41:13 +0100 |
commit | 26c2c26830ce6b086995d98e78c33938e69e9a87 (patch) | |
tree | 7a5f673a9bc81ae44d694b5f4dc42c5dbffe0a1b /index.html | |
parent | 4d4fa4722b83a726471c39f8313dd157ed3a230b (diff) |
Slightly dodgy yaxis unit labels
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -126,10 +126,10 @@ { title: 'Memory', data: [ - ['data/memory/memory-buffered.rrd', 0, 'Buffered', 'Byte'], - ['data/memory/memory-used.rrd', 0, 'Used', 'Byte'], - ['data/memory/memory-cached.rrd', 0, 'Cached', 'Byte'], - ['data/memory/memory-free.rrd', 0, 'Free', 'Byte'] + ['data/memory/memory-buffered.rrd', 0, 'Buffered', 'B'], + ['data/memory/memory-used.rrd', 0, 'Used', 'B'], + ['data/memory/memory-cached.rrd', 0, 'Cached', 'B'], + ['data/memory/memory-free.rrd', 0, 'Free', 'B'] ], options: jQuery.extend(true, {}, baseOptions, stacked) }, @@ -158,8 +158,8 @@ { title: 'Wlan0 Throughput (B/sec)', data: [ - ['data/interface/if_octets-wlan0.rrd', 'tx', 'Transmit', 'B'], - ['data/interface/if_octets-wlan0.rrd', 'rx', 'Receive', 'B'] + ['data/interface/if_octets-wlan0.rrd', 'tx', 'Transmit', 'b/sec'], + ['data/interface/if_octets-wlan0.rrd', 'rx', 'Receive', 'b/sec'] ], options: jQuery.extend(true, {}, baseOptions) }, |