柱状图

This commit is contained in:
shijingjing
2022-07-29 17:16:30 +08:00
parent 83f88dbd54
commit 10720137e9

View File

@@ -605,18 +605,18 @@ export default {
},
series: [
{
label: {
show: true,
position: top,
textStyle: {
fontSize: 13,
color: '#666'
}
},
data: yData,
itemStyle: {
normal: {
color: "#5087ec",
label: {
show: true, //开启显示
position: 'top', //在上方显示
textStyle: {
fontSize: 13,
color: '#666'
}
},
},
},
type: "bar",