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 2021/10/11 02:22:35 UTC

[GitHub] [echarts] AlexWithYou opened a new issue #15852: geo map添加比例尺问题

AlexWithYou opened a new issue #15852:
URL: https://github.com/apache/echarts/issues/15852


   ### What problem does this feature solve?
   目前geo map支持'roam'和‘zoom',这两个变量帮助放大缩小地图,但是需要左/右下角的比例尺显示,确定城市与城市间的距离大小,或者增加一个zoomamount实时确定地图放大缩小比例
   
   ### What does the proposed API look like?
   var option {
       geo: {
                roam: true,
                zoom: 1.5,
                zoomamount: {show: true},
                graphicscaler: true,
                graphicscalerdata: []
   }
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. 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: 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


[GitHub] [echarts] echarts-bot[bot] commented on issue #15852: geo map添加比例尺问题

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #15852:
URL: https://github.com/apache/echarts/issues/15852#issuecomment-939625461






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