From 403553e427a4b91bdb204adafc4ebae2f105b3cc Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 5 Dec 2010 02:21:23 +0000 Subject: RTx-Statistics in 2.1 / 3.8 --- rt/share/html/RTx/Statistics/Resolution/Elements/Chart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/share/html/RTx/Statistics/Resolution/Elements') 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 "

"; 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'); -- cgit v1.2.1