From: ivan Date: Sun, 30 Jan 2011 23:18:40 +0000 (+0000) Subject: slightly squatter internal graphs, RT#10574 X-Git-Tag: freeside_2_3_0~671 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=38b2dffeb80f5e943a8f0237deee19ac24edaca9 slightly squatter internal graphs, RT#10574 --- diff --git a/FS/FS/svc_port.pm b/FS/FS/svc_port.pm index 78da13d19..33de08d81 100644 --- a/FS/FS/svc_port.pm +++ b/FS/FS/svc_port.pm @@ -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'],