]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Tweak fix graph ticks color
authorMarcin Haba <marcin.haba@bacula.pl>
Mon, 23 Apr 2018 06:10:09 +0000 (08:10 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Mon, 23 Apr 2018 16:07:41 +0000 (18:07 +0200)
gui/baculum/protected/Web/JavaScript/graph.js

index cfd13f2fb66a03ba88ebaba18703b0b25428c428..5a11cf6002a7e57ef9afd8a57964dc5e4c657ac5 100644 (file)
@@ -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
                                }
                        };