官方文档:Documentation - Apache ECharts
核心代码:
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'cross',
label: {
backgroundColor: '#6E7079'
}
},
valueFormatter: function(value) {
return value + '%';
}
},