slightly squatter internal graphs, RT#10574
authorivan <ivan>
Sun, 30 Jan 2011 23:18:40 +0000 (23:18 +0000)
committerivan <ivan>
Sun, 30 Jan 2011 23:18:40 +0000 (23:18 +0000)
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'],