You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/06/15 10:27:31 UTC

[GitHub] [echarts] echarts-bot[bot] commented on issue #17221: [Bug] echarts使用bmap画线之后,使用bmap api添加marker marker的层级在line之下

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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org