如何自定义echarts的提示框?
1. 在formatter函数里面打印当前柱体的属性值
tooltip : {
axisPointer : {
type : 'shadow'
},
formatter : function(datas) {
console.log(datas)
}
},
2023-10-28 20:45:52
tooltip : {
axisPointer : {
type : 'shadow'
},
formatter : function(datas) {
console.log(datas)
}
},
下一篇:04.Spring监听器