diff options
author | ivan <ivan> | 2010-12-05 02:21:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-05 02:21:24 +0000 |
commit | 878718194b9e75f326199030a4ab08d9407b353a (patch) | |
tree | f4b90a3b72ba044d80d6074ac48c1d3ab63cc67c /rt/share/html/RTx/Statistics/DayOfWeek | |
parent | e0a1b61bee45ef0cfbc50c0b6f3007c29b91935b (diff) |
RTx-Statistics in 2.1 / 3.8
Diffstat (limited to 'rt/share/html/RTx/Statistics/DayOfWeek')
-rwxr-xr-x | rt/share/html/RTx/Statistics/DayOfWeek/Elements/Chart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/RTx/Statistics/DayOfWeek/Elements/Chart b/rt/share/html/RTx/Statistics/DayOfWeek/Elements/Chart index 239c09541..7bdf56b80 100755 --- a/rt/share/html/RTx/Statistics/DayOfWeek/Elements/Chart +++ b/rt/share/html/RTx/Statistics/DayOfWeek/Elements/Chart @@ -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'); |