Browse Source

修改地图颜色

lulihong 6 years ago
parent
commit
c6c1cd9624
1 changed files with 1 additions and 1 deletions
  1. 1 1
      component/chart/map-chart.js

+ 1 - 1
component/chart/map-chart.js

@ -55,7 +55,7 @@
                        var piceArr = this.getPiceArr(maxValue)
                        options.visualMap = {
                            text: null,
                            color: ['#62a3ff', '#bdcfe5', '#c5ddff'],
                            color: ['#0046ac', '#005adc', '#277fff','#62a2ff','#c5ddff'],
                            pieces: piceArr,
                            textStyle: {
                                color: '#b5e1fc'