diff options
Diffstat (limited to 'rt/share/html/RTx/Statistics/Resolution/Elements/Chart')
-rwxr-xr-x | rt/share/html/RTx/Statistics/Resolution/Elements/Chart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/RTx/Statistics/Resolution/Elements/Chart b/rt/share/html/RTx/Statistics/Resolution/Elements/Chart index fa0ac5538..01196dc9d 100755 --- a/rt/share/html/RTx/Statistics/Resolution/Elements/Chart +++ b/rt/share/html/RTx/Statistics/Resolution/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 => 'Days', y_label => 'Average time in Days'); |