summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/svc_port.pm2
1 files changed, 1 insertions, 1 deletions
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'],