gabirellaq opened a new issue #15477:
URL: https://github.com/apache/echarts/issues/15477


   ### Version
   5.1.1
   
   ### Steps to reproduce
   - 示例代码:https://echarts.apache.org/examples/zh/editor.html?c=map-polygon
   - series中name = 'Top5'处设置以下代码片段
   
   ```
   markPoint: {
      symbol: 'circle',
      symbolSize: 80,
      symbolOffset: [-100, -100], // 无效
      data: [
          {name: "上海",coord: [121.48, 31.22]},
          {name: "合肥", coord: [117.27,31.86]},
          {name: "武汉", coord: [114.31,30.52]},
          {name: "大庆", coord: [125.03,46.58]}
      ],
   },
   ```
   
   ### What is expected?
   type是map的时候,设置mapPoint,symbolOffset生效
   
   ### What is actually happening?
   type是map的时候,设置mapPoint,symbolOffset不生效
   
   
图片预览效果:https://user-images.githubusercontent.com/5259501/128137230-94fa33c1-dcda-4d07-af58-0f39b1188519.png
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   


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