From: Eric Bollengier Date: Mon, 22 Sep 2008 15:03:01 +0000 (+0000) Subject: ebl Add option to fix bar graphics X-Git-Tag: Release-3.0.0~957 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8db95401e887fc53b6493a08d35d79c6e3ac9a24;p=bacula%2Fbacula ebl Add option to fix bar graphics git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7620 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/cgi/bgraph.pl b/gui/bweb/cgi/bgraph.pl index 80c26ca83e..e232e5fdd2 100755 --- a/gui/bweb/cgi/bgraph.pl +++ b/gui/bweb/cgi/bgraph.pl @@ -215,6 +215,7 @@ sub get_graph $graph->set('x_label' => 'Time', 'x_number_format' => sub { strftime('%D', localtime($_[0])) }, 'x_tick_number' => 5*$arg->{width}/800, + 'overwrite' => 1, @options, );