hl-stone commented on issue #5667: 世界地图国家名重复出现
URL: 
https://github.com/apache/incubator-echarts/issues/5667#issuecomment-380470779
 
 
   @wangyuxiangnn  不止一个,有美国 
、俄罗斯、新西兰等,我采用了修改源码的方式[参考链接](https://github.com/apache/incubator-echarts/issues/5015)
   var geoCoordMap = {
       'Russia': [100, 60],
       '俄罗斯': [100, 60],
       'United States': [-99, 38],
       '美国': [-99, 38],
       'United States of America': [-99, 38],
       '新西兰': [170, -45],
        'Chile': [-75, -35],
        '智利': [-75, -35]
   };

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org

Reply via email to