代码:
{
name: this.chartData.lengendName[0],
type: 'bar',
data: this.chartData.allMoney,
label: {
show: true,// 在折线拐点上显示数据
},
itemStyle: {
color: "#5383f1",
},
},
有关每节点均显示数值的代码是
itemStyle:{
normal:{
label : {
show: true // 在折线拐点上显示数据
},
}