| @@ -113,7 +113,11 @@ export default { | |||||
| trigger: "item", | trigger: "item", | ||||
| }, | }, | ||||
| legend: { | legend: { | ||||
| show: false | |||||
| textStyle: { | |||||
| color: 'rgb(185,211,235)' // 将图例文字颜色设置为红色 | |||||
| }, | |||||
| right: '5%' | |||||
| // show: false | |||||
| }, | }, | ||||
| color: { | color: { | ||||
| color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [ | color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [ | ||||
| @@ -132,7 +136,7 @@ export default { | |||||
| type: "category", | type: "category", | ||||
| boundaryGap: false, | boundaryGap: false, | ||||
| axisLabel: { | axisLabel: { | ||||
| color: 'rgba(185, 211, 235, 1)', | |||||
| color: 'rgb(185,211,235)', | |||||
| }, | }, | ||||
| axisLine: { | axisLine: { | ||||
| show: false | show: false | ||||
| @@ -151,7 +155,7 @@ export default { | |||||
| type: "value", | type: "value", | ||||
| name: "单位:万元", | name: "单位:万元", | ||||
| nameTextStyle: { | nameTextStyle: { | ||||
| color: 'rgba(185, 211, 235, 1)' | |||||
| color: 'rgb(185,211,235)' | |||||
| }, | }, | ||||
| axisLabel: { | axisLabel: { | ||||
| formatter: "{value}", | formatter: "{value}", | ||||