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/04/30 03:04:14 UTC

[GitHub] [echarts] pissang opened a new issue #14848: Line chart keeps expanding animation when updating before init animation is finished

pissang opened a new issue #14848:
URL: https://github.com/apache/echarts/issues/14848


   ### What problem does this feature solve?
   Currently line chart will stop expanding animation and remove clip-path if it is updated again. It is not visual friendly if we do `resize` after first-time `setOption` because animation will be suddenly stopped.  I think it's possible to keep the clip-path animation even if the chart is updated immediately after first-time `setOption`
   
   ### What does the proposed API look like?
   No new API needed
   
   <!-- 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