summaryrefslogtreecommitdiff
path: root/FS/FS/svc_port.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-01-30 23:18:40 +0000
committerivan <ivan>2011-01-30 23:18:40 +0000
commit38b2dffeb80f5e943a8f0237deee19ac24edaca9 (patch)
treed6c9dbe4dc52c1bf0af65dc8f0840f81ec455162 /FS/FS/svc_port.pm
parent2fcf7ebdbdcc55890fdbebb239396fdabc15d905 (diff)
slightly squatter internal graphs, RT#10574
Diffstat (limited to 'FS/FS/svc_port.pm')
-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 78da13d..33de08d 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'],