[freeside-commits] freeside/rt/share/html/RTx/Statistics/DayOfWeek/Elements Chart, 1.1.2.2, 1.1.2.3

Ivan,,, ivan at wavetail.420.am
Sat Dec 4 18:21:26 PST 2010


Update of /home/cvs/cvsroot/freeside/rt/share/html/RTx/Statistics/DayOfWeek/Elements
In directory wavetail.420.am:/tmp/cvs-serv7261/DayOfWeek/Elements

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Chart 
Log Message:
RTx-Statistics in 2.1 / 3.8

Index: Chart
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/RTx/Statistics/DayOfWeek/Elements/Chart,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -w -d -r1.1.2.2 -r1.1.2.3
--- Chart	5 Dec 2010 00:06:43 -0000	1.1.2.2
+++ Chart	5 Dec 2010 02:21:24 -0000	1.1.2.3
@@ -9,7 +9,7 @@
 use GD::Graph::bars;
 
 my @data;
-my $graph = GD::Graph::bars->new($Statistics::GraphWidth,$Statistics::GraphHeight);
+my $graph = GD::Graph::bars->new($Statistics::GraphWidth||500,$Statistics::GraphHeight||400);
 $graph->set(export_format => "png",
              x_label      => 'Day of Week',
              y_label      => 'Ticket actions per Day by type');



More information about the freeside-commits mailing list