ecomfe / echarts-gl

Extension pack for Apache ECharts, providing globe visualization and 3D plots.
BSD 3-Clause "New" or "Revised" License
2.57k stars 844 forks source link

[Bug] 3D地图上添加scatter3D自定义散列图形,图形hover位置偏移问题 #509

Open liumangafei opened 8 months ago

liumangafei commented 8 months ago

Version echarts-gl: 2.0.8 echarts: 5.2.0

Link to Minimal Reproduction https://jsfiddle.net/d9rm5y0p/

Steps to Reproduce 如下图链接所示,页面加载完地图,鼠标放到黄色圆环区域,五角星被hover触发 ,与预想五角星正上方hover区域不一致 https://user-images.githubusercontent.com/9151879/276463601-b42578fc-a6c0-4db4-9932-97d7adf93d4c.png

Current Behavior 鼠标放到黄色圆环区域,五角星被hover触发 Expected Behavior 1.鼠标放到五角星区域,hover事件触发

Environment