manongqiyin

Results 2 issues of manongqiyin

The issue which is not created via Mand Mobile Issue Helper will be closed immediately. --- 注意:不是用 Mand Mobile Issue Helper 创建的 issue 会被立即关闭。

在监听点击事件myChart.on('click', (params) => { console.log("paramsparams", params); that.$emit('pointClick', params) })中 点击地图区域无法监听到点击事件,仅能监听到scatter3D的覆盖点。 如果使用myChart.getZr().on监听,能监听到点击区域的事件,但是回掉参数中没有区域的信息。 各位大佬是怎么解决的?