itemStyle: {
normal: {label: { show: false }}
},
series: [{type: 'line',areaStyle: {normal: {type: 'default',color: new echarts.graphic.LinearGradient(0, 0, 0, 0.8, [{offset: 0,color: '#25f3e6'}, {offset: 1,color: '#0089ff'}], false)}},smooth: true,itemStyle: {normal: {areaStyle: { type: 'default' },label: { show: false } // 在这里,不显示折线点的数据}},data: [710, 312, 321, 754, 500, 830, 710, 521, 504, 660, 530, 410, 710, 312, 321, 754, 500, 830, 710, 521, 504, 660, 530, 410]}]
