slightly squatter internal graphs, RT#10574
[freeside.git] / FS / FS / svc_port.pm
index 78da13d..33de08d 100644 (file)
@@ -332,7 +332,7 @@ sub graph_png {
       my @data = ( \@times, \@in, \@out );
 
       # hardcoded size, colour, etc.
-      my $graph = new GD::Graph::mixed(600,400); 
+      my $graph = new GD::Graph::mixed(600,320);  #600,400
       $graph->set(
         types => ['area','lines'],
         dclrs => ['green','blue'],