修改bug

This commit is contained in:
‘937886381’
2024-04-03 16:01:11 +08:00
parent 1fd547893f
commit 43e54e8ee7
19 changed files with 455 additions and 347 deletions

View File

@@ -113,7 +113,7 @@ export default {
textStyle: { //数值样式
color: 'rgba(255,255,255,0.5)', // 坐标值得具体的颜色
fontSize: 12,
fontWeight: 'bolder'
fontWeight: 'normal'
}
},
}
@@ -133,7 +133,7 @@ export default {
type: 'shadow' // 默认为直线,可选为:'line' | 'shadow'
}
},
grid: { top: 90, right: 60, bottom: 20, left: 30, containLabel: true },
grid: { top: 70, right: 40, bottom: 10, left: 40, containLabel: true },
// legend: {
// itemWidth: 10,
// itemHeight: 10,
@@ -175,7 +175,7 @@ export default {
name: '单位kwh',
nameTextStyle: {
color: 'rgba(255,255,255,0.5)', // 坐标值得具体的颜色
fontSize: 10,
fontSize: 12,
align: 'right',
},
type: 'value',