diff options
author | ivan <ivan> | 2010-12-05 02:21:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-05 02:21:23 +0000 |
commit | 403553e427a4b91bdb204adafc4ebae2f105b3cc (patch) | |
tree | ddaedd63eff46756a9babd1117aec8f51c355d87 /rt/share/html/RTx/Statistics/DayOfWeek | |
parent | 3534c7ac46bfc2eafd1791629b91b4207c9b697c (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'); |