From: Marcin Haba Date: Mon, 23 Apr 2018 06:10:09 +0000 (+0200) Subject: baculum: Tweak fix graph ticks color X-Git-Tag: Release-9.2.0~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a28b8cd48ff859b40da6518ffdba85ae32719910;p=thirdparty%2Fbacula.git baculum: Tweak fix graph ticks color --- diff --git a/gui/baculum/protected/Web/JavaScript/graph.js b/gui/baculum/protected/Web/JavaScript/graph.js index cfd13f2fb6..5a11cf6002 100644 --- a/gui/baculum/protected/Web/JavaScript/graph.js +++ b/gui/baculum/protected/Web/JavaScript/graph.js @@ -403,13 +403,13 @@ var GraphClass = jQuery.klass({ mode : 'time', timeMode: 'local', labelsAngle : 45, - color: 'white', + color: 'black', autoscale: true }, yaxis : { min : area.y1, max : area.y2, - color: 'white', + color: 'black', autoscale: true } };