| | |
| | | |
| | | const titlename = titlenameArr |
| | | |
| | | const length = titlename.length |
| | | if (titlename.length < 5) { |
| | | for (let i = 0; i < 5 - length; i++) { |
| | | titlename.push('0') |
| | | } |
| | | } |
| | | |
| | | console.log(titlenameArr) |
| | | const valdata = [683, 500, 400, 300, 200] |
| | | // const myColor = ['#FF0000', '#FF5511', '#FF8800', '#FFBB00', '#FFFF00'] |
| | | // const myColor = ['#0000FF'] |
| | |
| | | show: false |
| | | }, |
| | | axisLabel: { |
| | | // color: '#d8d7d9', |
| | | color: '#fff', |
| | | // color: '#fff', |
| | | color: function(value, index) { |
| | | return value === '0' ? 'transparent' : '#fff' |
| | | }, |
| | | fontSize: 14, |
| | | // formatter: function(value, index) { |
| | | // return [ |