You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by Alone-帝释天 <44...@qq.com> on 2020/08/13 09:59:39 UTC

scatter3D类型地图 geo3D坐标系 气泡形状无法被正确选中

问题描述:
我们使用了百度地图 并在地图上使用了若干个气泡类型的标记
在鼠标移动到气泡标记上时,某些标记无法被正确选中
在地图经过旋转后此问题更加明显



ECHARTS 版本:2.2.7
关键配置:
series = [
	{
		type: 'scatter3D',
		coordinateSystem: 'geo3D',
		symbol: 'pin',
		symbolSize: 30,
		...
	}
]

Re: scatter3D类型地图 geo3D坐标系 气泡形状无法被正确选中

Posted by Ovilia <ov...@gmail.com>.
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-帝释天 <44...@qq.com> wrote:

> 问题描述:
> 我们使用了百度地图 并在地图上使用了若干个气泡类型的标记
> 在鼠标移动到气泡标记上时,某些标记无法被正确选中
> 在地图经过旋转后此问题更加明显
>
>
>
> ECHARTS 版本:2.2.7
> 关键配置:
> series = [
>         {
>                 type: 'scatter3D',
>                 coordinateSystem: 'geo3D',
>                 symbol: 'pin',
>                 symbolSize: 30,
>                 ...
>         }
> ]