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/05/25 15:10:01 UTC

[GitHub] [echarts] baokeyu123 opened a new issue #15035: lines effect period 结束后如何保持当前effect位置。而不是自动消失

baokeyu123 opened a new issue #15035:
URL: https://github.com/apache/echarts/issues/15035


   ### What problem does this feature solve?
   如果数据来源是webRTC,当数据暂停时,effect不应该消失。
   
   ### What does the proposed API look like?
   if  period time over。effect can setting keep current position in echarts
   
   <!-- 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] baokeyu123 commented on issue #15035: lines effect period 结束后如何保持当前effect位置。而不是自动消失

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


   > 默认是无限循环的,如果还有问题,请提供复现的代码
   
   i'm very happy receive u answer。
   loop我设置了fasle,通过data coords属性去确定effect 特效的位置,当它走完了这个流程后,特效effect就消失了,可以让此特效在coords最后的位置停留住吗?


-- 
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 #15035: lines effect period 结束后如何保持当前effect位置。而不是自动消失

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






-- 
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 #15035: lines effect period 结束后如何保持当前effect位置。而不是自动消失

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


   @baokeyu123 Please provide a minimum reproducible demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystifying-bash-2uthz.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.


-- 
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] Ovilia commented on issue #15035: lines effect period 结束后如何保持当前effect位置。而不是自动消失

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


   默认是无限循环的,如果还有问题,请提供复现的代码


-- 
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] Ovilia commented on issue #15035: lines effect period 结束后如何保持当前effect位置。而不是自动消失

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


   
   
   > @baokeyu123 Please provide a minimum reproducible demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystifying-bash-2uthz.
   > 
   > _A minimum reproducible demo_ should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
   
   @baokeyu123 请提供 demo


-- 
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] baokeyu123 commented on issue #15035: lines effect period 结束后如何保持当前effect位置。而不是自动消失

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


   @Ovilia 在目前的echart api 文档里,我没有发现解决此问题的办法
   
   Best  Regards!
   


-- 
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] baokeyu123 commented on issue #15035: lines effect period 结束后如何保持当前effect位置。而不是自动消失

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


   @pissang @plainheart  can u help me to solve this problems? 
   thanks~


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