zhouna 5 years ago
parent
commit
7f3a90cf75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/console.js

+ 1 - 1
src/js/console.js

@@ -833,7 +833,7 @@ function barChart(data,type){
         data3.push(data[i].lastYearAverageValue)//去年本月
     }
     option = {
-        color: ['#00A1FF', '#FAD336', '#37CBCB'],
+        color: ['#37CBCB','#5A8EEE', '#FAD336' ],
         tooltip: {
             trigger: 'axis',
             axisPointer: {