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/03/10 10:21:07 UTC

[GitHub] [echarts] SilenceTiger opened a new issue #14445: 使用地图 effectScatter时,在定时器中setOption,同时鼠标点击scatter平移缩放,在setOption执行时刻会发生错位

SilenceTiger opened a new issue #14445:
URL: https://github.com/apache/echarts/issues/14445


   ### Version
   4.4.3
   
   ### Reproduction link
   [https://www.makeapie.com/editor.html?c=xr5cqmiBBf](https://www.makeapie.com/editor.html?c=xr5cqmiBBf)
   
   ### Steps to reproduce
   step1: open https://www.makeapie.com/editor.html?c=xr5cqmiBBf
   step2: set roam = true and delete searies[0](the another map)
   step3: add  `setInterval(()=>{
           myChart.setOption(option,true);
       }, 3000)` in bottom 
   
   ### What is expected?
   scatter在地图上错位
   
   ### What is actually happening?
   scatter在地图上不错位
   
   <!-- 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.

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 #14445: 使用地图 effectScatter时,在定时器中setOption,同时鼠标点击scatter平移缩放,在setOption执行时刻会发生错位

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






----------------------------------------------------------------
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] [echarts] SilenceTiger closed issue #14445: 使用地图 effectScatter时,在定时器中setOption,同时鼠标点击scatter平移缩放,在setOption执行时刻会发生错位

Posted by GitBox <gi...@apache.org>.
SilenceTiger closed issue #14445:
URL: https://github.com/apache/echarts/issues/14445


   


-- 
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] [echarts] SilenceTiger commented on issue #14445: 使用地图 effectScatter时,在定时器中setOption,同时鼠标点击scatter平移缩放,在setOption执行时刻会发生错位

Posted by GitBox <gi...@apache.org>.
SilenceTiger commented on issue #14445:
URL: https://github.com/apache/echarts/issues/14445#issuecomment-795205351


   ![image](https://user-images.githubusercontent.com/13399719/110614581-72d87800-81cd-11eb-85a4-55730c7a0665.png)
   


----------------------------------------------------------------
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] [echarts] SilenceTiger commented on issue #14445: 使用地图 effectScatter时,在定时器中setOption,同时鼠标点击scatter平移缩放,在setOption执行时刻会发生错位

Posted by GitBox <gi...@apache.org>.
SilenceTiger commented on issue #14445:
URL: https://github.com/apache/echarts/issues/14445#issuecomment-803743986


   跟踪代码,echarts的动画默认使用了延迟,300毫秒,setOption时刻由于此延迟导致了动画错位,可使用
   
   animationDurationUpdate: 0 ,  animationDuration: 0 禁止延迟。


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