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/07/03 06:30:28 UTC

[GitHub] [incubator-echarts] jeremyChenMing opened a new issue #12904: geoMap和scatter配合使用坐标地图,在缩放拖动的时候,地图先移动,坐标后移动,有明显的延时

jeremyChenMing opened a new issue #12904:
URL: https://github.com/apache/incubator-echarts/issues/12904


   ### Version
   4.8.0
   
   ### Reproduction link
   [https://echarts.apache.org/examples/zh/editor.html?c=effectScatter-bmap](https://echarts.apache.org/examples/zh/editor.html?c=effectScatter-bmap)
   
   ### Steps to reproduce
   1、使用geo: {map: 'china', ...正常配置}
   2、series: [
   {type: 'scatter', coordinateSystem: 'geo; data: 20个坐标点},
   {type: 'map', geoIndex:0, data:9个省,分别不通颜色显示
   ]
   3、使用了georoam 监听缩放事件,更具缩放调整坐标大小
   问题:在拖拽的时候地图移动了,但是坐标scatter之后在移动,不知道为什么,包括官网上的例子也是一样的,https://echarts.apache.org/examples/zh/editor.html?c=effectScatter-bmap 这个例子拖拽很明显分开移动了,不知道为什么
   
   ### What is expected?
   希望拖动能够一起移动,不会看到延时才回到拖拽的目的地
   
   ### What is actually happening?
   延时明显
   
   <!-- 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



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


[GitHub] [incubator-echarts] jeremyChenMing commented on issue #12904: geoMap和scatter配合使用坐标地图,在缩放拖动的时候,地图先移动,坐标后移动,有明显的延时

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


   ok,那明白了


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


[GitHub] [incubator-echarts] plainheart commented on issue #12904: geoMap和scatter配合使用坐标地图,在缩放拖动的时候,地图先移动,坐标后移动,有明显的延时

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


   @jeremyChenMing 即将发布的 5.0 版本已经解决这个问题,前段时间已经发布了 5.0.0-alpha.2,可以尝鲜试用下。


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


[GitHub] [incubator-echarts] plainheart commented on issue #12904: geoMap和scatter配合使用坐标地图,在缩放拖动的时候,地图先移动,坐标后移动,有明显的延时

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


   不想要延时,可通过设置 `animation: false` 关闭动画。


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


[GitHub] [incubator-echarts] jeremyChenMing closed issue #12904: geoMap和scatter配合使用坐标地图,在缩放拖动的时候,地图先移动,坐标后移动,有明显的延时

Posted by GitBox <gi...@apache.org>.
jeremyChenMing closed issue #12904:
URL: https://github.com/apache/incubator-echarts/issues/12904


   


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


[GitHub] [incubator-echarts] plainheart commented on issue #12904: geoMap和scatter配合使用坐标地图,在缩放拖动的时候,地图先移动,坐标后移动,有明显的延时

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


   百度地图扩展是通过监听百度地图移动和缩放事件监听实现的,与百度地图本身的渲染并不同步,因此会有一定延迟。暂时没有别的方法。


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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12904: geoMap和scatter配合使用坐标地图,在缩放拖动的时候,地图先移动,坐标后移动,有明显的延时

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


   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



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


[GitHub] [incubator-echarts] jeremyChenMing commented on issue #12904: geoMap和scatter配合使用坐标地图,在缩放拖动的时候,地图先移动,坐标后移动,有明显的延时

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


   那有点一刀切了,scatter点击的放大效果就没有了,还有没有别的更好的解决办法


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


[GitHub] [incubator-echarts] plainheart edited a comment on issue #12904: geoMap和scatter配合使用坐标地图,在缩放拖动的时候,地图先移动,坐标后移动,有明显的延时

Posted by GitBox <gi...@apache.org>.
plainheart edited a comment on issue #12904:
URL: https://github.com/apache/incubator-echarts/issues/12904#issuecomment-653445837


   百度地图扩展是通过监听百度地图移动和缩放事件监听实现的,与百度地图本身的渲染并不完全同步,因此会有一定延迟。暂时没有别的方法。


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