]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/cgi/bgraph.pl
ebl Add option to fix bar graphics
[bacula/bacula] / gui / bweb / cgi / bgraph.pl
index 80c26ca83e6214b26b7568df7a38cbad6916c19a..e232e5fdd2f90c433a5724158b3453e27342bd09 100755 (executable)
@@ -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,
                );