hl-stone commented on issue #5745: 设置nameMap后导致的一系列问题
URL: 
https://github.com/apache/incubator-echarts/issues/5745#issuecomment-380453344
 
 
   问题解决了吗,发现4.04版本的还存在此问题呢,通过修改源码能解决,但不知道是否有更好的方式
   /******2018-04-11 修正label *********/
   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