-
Notifications
You must be signed in to change notification settings - Fork 851
Open
Description
var option = {
tooltip: {
trigger: 'item',
formatter: (data)=>{
console.log(data);
// return data.seriesName+"<br />"+data.name+":"+data.value[2];
}
},
geo3D: {
map: 'henan',
boxWidth: 80,
boxHeight: 2,
bottom:0,
},
};
当鼠标经过地图时, 报错:Uncaught TypeError: Cannot read property 'getData' of undefined,
本来地图上有柱型图, 需要显示tooltip。
Metadata
Metadata
Assignees
Labels
No labels