Hi, Please use English in the mailing list for more people to understand. Please provide an online demo for us to reproduce the problem. https://gallery.echartsjs.com/editor.html Choose "脚本" (script) and add "百度地图" (Baidu map).
Thanks *Ovilia* On Thu, Aug 13, 2020 at 9:43 PM Alone-帝释天 <4405...@qq.com> wrote: > 问题描述: > 我们使用了百度地图 并在地图上使用了若干个气泡类型的标记 > 在鼠标移动到气泡标记上时,某些标记无法被正确选中 > 在地图经过旋转后此问题更加明显 > > > > ECHARTS 版本:2.2.7 > 关键配置: > series = [ > { > type: 'scatter3D', > coordinateSystem: 'geo3D', > symbol: 'pin', > symbolSize: 30, > ... > } > ]