This commit is contained in:
liuye
2022-07-28 16:11:33 +08:00
parent d34889997b
commit 61ba2521e4

View File

@@ -385,7 +385,7 @@
axisPointer: { axisPointer: {
type: 'shadow' type: 'shadow'
}, },
formatter: function(data) { formatter: (data) => {
console.log(data) console.log(data)
var name = '' var name = ''
var index = data[0].dataIndex var index = data[0].dataIndex