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 2020/01/16 12:55:19 UTC

[GitHub] [incubator-echarts] BoxiTon opened a new issue #12074: 在 Echarts 版本4.2.0-rc.2 升级到 Echarts 版本4.2.1 后 地图 geo 和 series 属性的 zoom 参数改变无法重绘到正确位置

BoxiTon opened a new issue #12074: 在 Echarts 版本4.2.0-rc.2 升级到 Echarts 版本4.2.1 后 地图 geo 和 series 属性的 zoom 参数改变无法重绘到正确位置
URL: https://github.com/apache/incubator-echarts/issues/12074
 
 
   ### Version
   4.6.0
   
   ### Steps to reproduce
   参数如下:
   
       geo: {
           show: true,
           map: this.config.geo.map,
           zoom: this.config.geo.zoom,
           layoutCenter: layoutCenter,
           layoutSize: layoutSize,
           itemStyle: {
               normal: {
                   borderWidth: 1,
                   shadowColor: this.config.geo.itemStyle.normal.shadowColor,
                   shadowBlur: 20,
               }
           }
   
       },
       series: [{
           type: "map",
           layoutCenter: layoutCenter,
           layoutSize: layoutSize,
           map: this.config.geo.map,
           name: this.config.geo.name,
           zoom: this.config.geo.zoom,
           label: this.config.geo.label,
           itemStyle: {
               "areaColor": this.config.geo.itemStyle.normal.areaColor,
               "color": this.config.geo.itemStyle.normal.color,
               "borderColor": this.config.geo.itemStyle.normal.borderColor,
           },
           tooltip: {
               show: false
           }
   
       }]
   }
   
   ### What is expected?
   修复这个问题
   
   ### What is actually happening?
   修复这个问题
   
   ---
   我们在配置可视化大屏,会去配置 geo 和 series 中的 zoom 属性值,初始化时显示正常,但调整参数系数后就变成大小不一的 地图效果(底图 geo 和 series 中地图 无法重叠在一起 )
   
   <!-- 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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12074: 在 Echarts 版本4.2.0-rc.2 升级到 Echarts 版本4.2.1 后 地图 geo 和 series 属性的 zoom 参数改变无法重绘到正确位置

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12074: 在 Echarts 版本4.2.0-rc.2 升级到 Echarts 版本4.2.1 后 地图 geo 和 series 属性的 zoom 参数改变无法重绘到正确位置
URL: https://github.com/apache/incubator-echarts/issues/12074#issuecomment-575523276
 
 
   @BoxiTon Please provide a demo for the issue either with https://jsfiddle.net/ovilia/n6xc4df3/ or https://gallery.echartsjs.com/editor.html.

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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12074: 在 Echarts 版本4.2.0-rc.2 升级到 Echarts 版本4.2.1 后 地图 geo 和 series 属性的 zoom 参数改变无法重绘到正确位置

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12074: 在 Echarts 版本4.2.0-rc.2 升级到 Echarts 版本4.2.1 后 地图 geo 和 series 属性的 zoom 参数改变无法重绘到正确位置
URL: https://github.com/apache/incubator-echarts/issues/12074#issuecomment-593775247
 
 
   This issue is closed due to not being active. Please feel free to open it again (for the author) or create a new one and reference this (for others) if you have further questions.

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


[GitHub] [incubator-echarts] huyansheng3 commented on issue #12074: 在 Echarts 版本4.2.0-rc.2 升级到 Echarts 版本4.2.1 后 地图 geo 和 series 属性的 zoom 参数改变无法重绘到正确位置

Posted by GitBox <gi...@apache.org>.
huyansheng3 commented on issue #12074: 在 Echarts 版本4.2.0-rc.2 升级到 Echarts 版本4.2.1 后 地图 geo 和 series 属性的 zoom 参数改变无法重绘到正确位置
URL: https://github.com/apache/incubator-echarts/issues/12074#issuecomment-593857342
 
 
   遇到一样的问题了

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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12074: 在 Echarts 版本4.2.0-rc.2 升级到 Echarts 版本4.2.1 后 地图 geo 和 series 属性的 zoom 参数改变无法重绘到正确位置

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12074: 在 Echarts 版本4.2.0-rc.2 升级到 Echarts 版本4.2.1 后 地图 geo 和 series 属性的 zoom 参数改变无法重绘到正确位置
URL: https://github.com/apache/incubator-echarts/issues/12074#issuecomment-575138723
 
 
   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵

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


[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #12074: 在 Echarts 版本4.2.0-rc.2 升级到 Echarts 版本4.2.1 后 地图 geo 和 series 属性的 zoom 参数改变无法重绘到正确位置

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] closed issue #12074: 在 Echarts 版本4.2.0-rc.2 升级到 Echarts 版本4.2.1 后 地图 geo 和 series 属性的 zoom 参数改变无法重绘到正确位置
URL: https://github.com/apache/incubator-echarts/issues/12074
 
 
   

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


[GitHub] [incubator-echarts] LRH5354 commented on issue #12074: 在 Echarts 版本4.2.0-rc.2 升级到 Echarts 版本4.2.1 后 地图 geo 和 series 属性的 zoom 参数改变无法重绘到正确位置

Posted by GitBox <gi...@apache.org>.
LRH5354 commented on issue #12074:
URL: https://github.com/apache/incubator-echarts/issues/12074#issuecomment-718488919


   geoIndex或许可以解决这种问题


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



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