projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec681a8
)
bump the size back up a little since we're using more for the legend
author
ivan
<ivan>
Mon, 31 Jan 2011 06:53:06 +0000
(06:53 +0000)
committer
ivan
<ivan>
Mon, 31 Jan 2011 06:53:06 +0000
(06:53 +0000)
FS/FS/svc_port.pm
patch
|
blob
|
history
diff --git
a/FS/FS/svc_port.pm
b/FS/FS/svc_port.pm
index
afd412e
..
129fb07
100644
(file)
--- 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,3
2
0); #600,400
+ my $graph = new GD::Graph::mixed(600,3
6
0); #600,400
$graph->set(
types => ['area','lines'],
dclrs => ['green','blue'],