summaryrefslogtreecommitdiff
path: root/rt/share/html/RTx/Statistics/CallsQueueDay
diff options
context:
space:
mode:
authorivan <ivan>2010-12-05 02:21:23 +0000
committerivan <ivan>2010-12-05 02:21:23 +0000
commit403553e427a4b91bdb204adafc4ebae2f105b3cc (patch)
treeddaedd63eff46756a9babd1117aec8f51c355d87 /rt/share/html/RTx/Statistics/CallsQueueDay
parent3534c7ac46bfc2eafd1791629b91b4207c9b697c (diff)
RTx-Statistics in 2.1 / 3.8
Diffstat (limited to 'rt/share/html/RTx/Statistics/CallsQueueDay')
-rwxr-xr-xrt/share/html/RTx/Statistics/CallsQueueDay/Elements/Chart2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/RTx/Statistics/CallsQueueDay/Elements/Chart b/rt/share/html/RTx/Statistics/CallsQueueDay/Elements/Chart
index 9a3a50574..2d6b43c17 100755
--- a/rt/share/html/RTx/Statistics/CallsQueueDay/Elements/Chart
+++ b/rt/share/html/RTx/Statistics/CallsQueueDay/Elements/Chart
@@ -12,7 +12,7 @@ print "<p>";
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',