diff options
Diffstat (limited to 'rt/share/html/RTx/Statistics/OpenStalled/Elements/Chart')
-rwxr-xr-x | rt/share/html/RTx/Statistics/OpenStalled/Elements/Chart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/RTx/Statistics/OpenStalled/Elements/Chart b/rt/share/html/RTx/Statistics/OpenStalled/Elements/Chart index 9505881e8..e9057ce73 100755 --- a/rt/share/html/RTx/Statistics/OpenStalled/Elements/Chart +++ b/rt/share/html/RTx/Statistics/OpenStalled/Elements/Chart @@ -12,7 +12,7 @@ print "<p>"; 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 => 'Queue name', y_label => 'Total per queue by status'); |