summaryrefslogtreecommitdiff
path: root/rt/share/html/RTx/Statistics/CallsMultiQueue
diff options
context:
space:
mode:
authorivan <ivan>2010-12-05 02:21:24 +0000
committerivan <ivan>2010-12-05 02:21:24 +0000
commit878718194b9e75f326199030a4ab08d9407b353a (patch)
treef4b90a3b72ba044d80d6074ac48c1d3ab63cc67c /rt/share/html/RTx/Statistics/CallsMultiQueue
parente0a1b61bee45ef0cfbc50c0b6f3007c29b91935b (diff)
RTx-Statistics in 2.1 / 3.8
Diffstat (limited to 'rt/share/html/RTx/Statistics/CallsMultiQueue')
-rwxr-xr-xrt/share/html/RTx/Statistics/CallsMultiQueue/Elements/Chart2
1 files changed, 1 insertions, 1 deletions
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');