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 2019/12/18 01:39:54 UTC

[GitHub] [incubator-echarts] asdasd111112999 opened a new issue #11863: Draw Polygon on Map插件错误

asdasd111112999 opened a new issue #11863: Draw Polygon on Map插件错误
URL: https://github.com/apache/incubator-echarts/issues/11863
 
 
   ### Version
   4.5.0
   
   ### Reproduction link
   [https://echarts.apache.org/examples/zh/editor.html?c=map-polygon](https://echarts.apache.org/examples/zh/editor.html?c=map-polygon)
   
   ### Steps to reproduce
   ```
   var data = [
       {name: '大庆', value: 279}
   ];
   
   var geoCoordMap = {
       '大庆':[125.03,46.58]
   };
   
   ```
   
   ### What is expected?
   279
   
   ### What is actually happening?
   46.58
   
   ---
   输入值和坐标后,视图显示出来的是Y轴数据而不是值,望查明是否是`Option.series.data`接口出现问题
   
   <!-- 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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