bump the size back up a little since we're using more for the legend
authorivan <ivan>
Mon, 31 Jan 2011 06:53:06 +0000 (06:53 +0000)
committerivan <ivan>
Mon, 31 Jan 2011 06:53:06 +0000 (06:53 +0000)
FS/FS/svc_port.pm

index afd412e..129fb07 100644 (file)
@@ -341,7 +341,7 @@ sub graph_png {
       my @data = ( \@times, \@in, \@out );
 
       # hardcoded size, colour, etc.
-      my $graph = new GD::Graph::mixed(600,320);  #600,400
+      my $graph = new GD::Graph::mixed(600,360);  #600,400
       $graph->set(
         types => ['area','lines'],
         dclrs => ['green','blue'],