]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix GD::Graph3d
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 15 Nov 2006 11:01:13 +0000 (11:01 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 15 Nov 2006 11:01:13 +0000 (11:01 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3626 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/cgi/bgraph.pl

index ba5bd36872a7501337de84f471b6a9334fffde24..3a967f7b8a951755ba808e39fc6111da3410c8cb 100755 (executable)
@@ -103,9 +103,10 @@ sub get_graph
        use GD::Graph::linespoints;
        $graph = GD::Graph::linespoints->new ( $arg->{width}, $arg->{height} );
 
-    } elsif ($gtype eq 'bars3d') {
-       use GD::Graph::bars3d;
-       $graph = GD::Graph::bars3d->new ( $arg->{width}, $arg->{height} );
+#   this doesnt works at this time
+#    } elsif ($gtype eq 'bars3d') {
+#      use GD::Graph::bars3d;
+#      $graph = GD::Graph::bars3d->new ( $arg->{width}, $arg->{height} );
 
     } else {
        return undef;
@@ -337,7 +338,7 @@ $limitq
     my @arg;                   # arg for plotting
 
     if (!$per_t) {             # much better aspect
-       $gtype = 'lines';
+       #$gtype = 'lines';
     } else {
        push @arg, ("x_number_format" => undef,
                    "x_min_value" => 0,