echarts-bot[bot] commented on issue #17221:
URL: https://github.com/apache/echarts/issues/17221#issuecomment-1156295978

   @baoqing1124 It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Bug] After echarts draws lines using bmap, use the bmap api to add a marker 
marker hierarchy below the line
   
   **BODY**
   
   ### Version
   
   5.3.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   The line was added through echarts, the marker was added by adding an 
overlay to Baidu Maps, the marker added with a timer is not useful Or is there 
a way to solve this problem?
   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_
   </details>


-- 
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