修改bug
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user