'1'
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user