bump the size back up a little since we're using more for the legend
[freeside.git] / 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'],