This commit is contained in:
花有清香月有阴
2021-12-23 19:28:21 +08:00
parent 200de317aa
commit de55952b22

View File

@@ -219,6 +219,18 @@ export default {
barWidth: 30, barWidth: 30,
data: data.map((v) => v.v1), data: data.map((v) => v.v1),
type: 'bar', type: 'bar',
itemStyle: {
normal: {
label: {
show: true,
position: 'top',
textStyle: {
color: '#919191',
fontSize: 16,
},
},
},
},
}, },
], ],
} }