|
@@ -76,10 +76,24 @@
|
|
|
xAxis: {
|
|
|
type: 'category',
|
|
|
boundaryGap: false,
|
|
|
- data: ['一月', '二月', '三月', '四月', '五月', '六月']
|
|
|
+ data: ['一月', '二月', '三月', '四月', '五月', '六月'],
|
|
|
+ axisLabel: {
|
|
|
+ //x轴文字的配置
|
|
|
+ show: true,
|
|
|
+ textStyle: {
|
|
|
+ color: "rgba(255,225,255,1)",
|
|
|
+ },
|
|
|
+ },
|
|
|
},
|
|
|
yAxis: {
|
|
|
- type: 'value'
|
|
|
+ type: 'value',
|
|
|
+ axisLabel: {
|
|
|
+ //x轴文字的配置
|
|
|
+ show: true,
|
|
|
+ textStyle: {
|
|
|
+ color: "rgba(255,225,255,1)",
|
|
|
+ },
|
|
|
+ },
|
|
|
},
|
|
|
series: [{
|
|
|
name: '上年(kw/h)',
|