* graphs.jsp: Remove jrobin sig, set lower limit to 0

This commit is contained in:
zzz
2010-01-18 14:54:32 +00:00
parent 27a5793fd0
commit 08a2b4bbf0
3 changed files with 4 additions and 2 deletions

View File

@@ -156,6 +156,7 @@ public class StatSummarizer implements Runnable {
try {
RrdGraphDef def = new RrdGraphDef();
def.setTimePeriod(start/1000, 0);
def.setLowerLimit(0d);
def.setBaseValue(1024);
String title = "Bandwidth usage";
if (!hideTitle)