From 34dbaa0be8c9e7976647d67d8808d9f3b07306be Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 31 Jan 2011 06:53:06 +0000 Subject: [PATCH] bump the size back up a little since we're using more for the legend --- FS/FS/svc_port.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/svc_port.pm b/FS/FS/svc_port.pm index afd412e59..129fb078b 100644 --- a/FS/FS/svc_port.pm +++ b/FS/FS/svc_port.pm @@ -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'], -- 2.11.0