baoqing1124 opened a new issue, #17221:
URL: https://github.com/apache/echarts/issues/17221

   ### Version
   
   5.3.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   线是通过echarts添加的,marker是通过百度地图添加覆盖物的方法添加的,marker加了延时器也没有用 
还是在line的下面,是否有办法可以解决这个问题?
   const bmap = myChart.getModel().getComponent('bmap').getBMap();
   const point = new BMap.Point(108.96922244809396,34.276268991378295)
   const marker = new BMap.Marker(point);
   bmap.addOverlay(marker);
   
   <img width="249" alt="image" 
src="https://user-images.githubusercontent.com/15626996/173805183-b6b00a3d-a3f0-4ce9-9da4-9520e424331c.png";>
   
   
   ### Current Behavior
   
   nothing
   
   ### Expected Behavior
   
   nothing
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to