This commit is contained in:
gtz
2024-01-09 09:56:49 +08:00
parent 8df2bbae1a
commit d26852cd2f
7 changed files with 29 additions and 13 deletions

View File

@@ -91,7 +91,7 @@ export default {
this.series = [{
type: 'bar',
data: dataList,
barWidth: 6
barWidth: 40
}]
}
if (nameList.length !== 0) {
@@ -123,7 +123,7 @@ export default {
},
axisLabel: {
textStyle: {
color: 'rgba(255,255,255,0.5)' // 坐标值得具体的颜色
color: 'rgba(255,255,255,1)' // 坐标值得具体的颜色
}
},
splitLine: {
@@ -143,7 +143,7 @@ export default {
},
axisLabel: {
textStyle: {
color: 'rgba(255,255,255,0.5)' // 坐标值得具体的颜色
color: 'rgba(255,255,255,1)' // 坐标值得具体的颜色
}
},
splitLine: {