X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FRTx%2FStatistics%2FCallsMultiQueue%2FElements%2FChart;h=6a7279bdc74be78c7b8f6fcd4c5a6a604ee626f9;hb=74e058c8a010ef6feb539248a550d0bb169c1e94;hp=02a183b2c3ea69a5336e9a09b48fdcf74ef5165b;hpb=8304b6b00f1be8d09c714b854e17960d225e0928;p=freeside.git diff --git a/rt/share/html/RTx/Statistics/CallsMultiQueue/Elements/Chart b/rt/share/html/RTx/Statistics/CallsMultiQueue/Elements/Chart index 02a183b2c..6a7279bdc 100755 --- a/rt/share/html/RTx/Statistics/CallsMultiQueue/Elements/Chart +++ b/rt/share/html/RTx/Statistics/CallsMultiQueue/Elements/Chart @@ -23,7 +23,7 @@ $m->abort(); 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 => 'Day of Week', y_label => 'Tickets per day');