[freeside-commits] freeside/FS/FS svc_port.pm,1.4,1.5
Ivan,,,
ivan at wavetail.420.am
Sun Jan 30 15:18:42 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv32097
Modified Files:
svc_port.pm
Log Message:
slightly squatter internal graphs, RT#10574
Index: svc_port.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_port.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- svc_port.pm 30 Jan 2011 22:32:18 -0000 1.4
+++ svc_port.pm 30 Jan 2011 23:18:40 -0000 1.5
@@ -332,7 +332,7 @@
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'],
More information about the freeside-commits
mailing list