Browse Source

Changed easypiechart track colour to match gauge

Henry Whitaker 6 years ago
parent
commit
1ead1e2930
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/functions.js

+ 1 - 1
js/functions.js

@@ -7560,7 +7560,7 @@ function buildNetdataItem(array){
                 lineWidth: 7,
                 scaleColor: false,
                 barColor: '#`+e.colour+`',
-                trackColor: '#bababa',
+                trackColor: '#636363',
             };
             if(`+e.percent+` == 0) {
                 opts.lineCap = 'butt';