From 878718194b9e75f326199030a4ab08d9407b353a Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 5 Dec 2010 02:21:24 +0000 Subject: RTx-Statistics in 2.1 / 3.8 --- rt/share/html/RTx/Statistics/CallsMultiQueue/Elements/Chart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/share/html/RTx/Statistics/CallsMultiQueue') diff --git a/rt/share/html/RTx/Statistics/CallsMultiQueue/Elements/Chart b/rt/share/html/RTx/Statistics/CallsMultiQueue/Elements/Chart index 02a183b2c..6a7279bdc 100755 --- a/rt/share/html/RTx/Statistics/CallsMultiQueue/Elements/Chart +++ b/rt/share/html/RTx/Statistics/CallsMultiQueue/Elements/Chart @@ -23,7 +23,7 @@ $m->abort(); use GD::Graph::lines; my @data; -my $graph = GD::Graph::lines->new($Statistics::GraphWidth,$Statistics::GraphHeight); +my $graph = GD::Graph::lines->new($Statistics::GraphWidth||500,$Statistics::GraphHeight||400); $graph->set(export_format => "png", x_label => 'Day of Week', y_label => 'Tickets per day'); -- cgit v1.2.1