[freeside-commits] freeside/FS/FS svc_port.pm,1.8,1.9
Ivan,,,
ivan at wavetail.420.am
Sun Jan 30 22:53:09 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv32157
Modified Files:
svc_port.pm
Log Message:
bump the size back up a little since we're using more for the legend
Index: svc_port.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_port.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -d -r1.8 -r1.9
--- svc_port.pm 31 Jan 2011 06:30:35 -0000 1.8
+++ svc_port.pm 31 Jan 2011 06:53:06 -0000 1.9
@@ -341,7 +341,7 @@
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'],
More information about the freeside-commits
mailing list