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/14 11:08:08 UTC

[GitHub] [incubator-echarts] pissang opened a new pull request #12965: [5.0] feat(animation): action from dataZoom and resize can override the animation in series.

pissang opened a new pull request #12965:
URL: https://github.com/apache/incubator-echarts/pull/12965


   
   ## Brief Information
   
   This pull request is in the type of:
   
   - [ ] bug fixing
   - [x] new feature
   - [ ] others
   
   ### What does this PR do?
   
   Currently, we use the `animationUpate` options in series to transit the elements when data updated.
   
   But in the case which user can trigger the update frequently, like dataZoom, resize. The long animation duration may let chart seems to be not responsive. Especially when we changed the default easing from `'cubicOut'` to `'cubicInOut'`.  
   
   So this pull request can let dataZoom and resize pass global animation config through payload. And when series do update, it will use the config in the payload instead of the animation config in the series. It will make the update more fast, responsive, and neat.
   
   ## Details
   
   ### Before: What was the problem?
   
   
   ### After
   
   


----------------------------------------------------------------
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 pull request #12965: [5.0] feat(animation): action from dataZoom and resize can override the animation in series.

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on pull request #12965:
URL: https://github.com/apache/incubator-echarts/pull/12965#issuecomment-658119094


   Thanks for your contribution!
   The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standard.html) and Wiki about [How to make a pull request](https://github.com/apache/incubator-echarts/wiki/How-to-make-a-pull-request).


----------------------------------------------------------------
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] pissang merged pull request #12965: [5.0] feat(animation): action from dataZoom and resize can override the animation in series.

Posted by GitBox <gi...@apache.org>.
pissang merged pull request #12965:
URL: https://github.com/apache/incubator-echarts/pull/12965


   


----------------------------------------------------------------
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 pull request #12965: [5.0] feat(animation): action from dataZoom and resize can override the animation in series.

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on pull request #12965:
URL: https://github.com/apache/incubator-echarts/pull/12965#issuecomment-658135944


   Congratulations! Your PR has been merged. Thanks for your contribution! 👍


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