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/11/24 12:16:46 UTC

[GitHub] [incubator-echarts] 100pah opened a new issue #13679: realtimeSort switch not in time

100pah opened a new issue #13679:
URL: https://github.com/apache/incubator-echarts/issues/13679


   ### Version
   5.0.0
   
   ### Steps to reproduce
   Example:
   incubator-echarts-examples the `next` branch:
   http://127.0.0.1:3002/en/editor.html?c=covid-america
   Need to set the animationDurationUpdate as a long time.
   Like:
   ```js
   var _timelineDuration = 5500;
   var _barDurationUpdate = 5490;
   var _axisDurationUpdate = 5000;
   ```
   And drag the timeline to about `10/7/20`. We will see that the bar of `Massachusetts` growth very fast and does not switch on time.
   
   
   <!-- 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] [incubator-echarts] 100pah closed issue #13679: realtimeSort switch not in time

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


   


----------------------------------------------------------------
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] 100pah closed issue #13679: realtimeSort switch not in time

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


   


----------------------------------------------------------------
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] 100pah commented on issue #13679: realtimeSort switch not in time

Posted by GitBox <gi...@apache.org>.
100pah commented on issue #13679:
URL: https://github.com/apache/incubator-echarts/issues/13679#issuecomment-757107319


   It depends on the setting on axis:
   
   ```js
                       yAxis: [{
                           inverse: true,
                           type: 'category',
                           max: 9,
                           // Should be a small value:
                           animationDurationUpdate: 200,
                           animationEasingUpdate: 'linear'
                       }],
   
   ```


----------------------------------------------------------------
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] 100pah commented on issue #13679: realtimeSort switch not in time

Posted by GitBox <gi...@apache.org>.
100pah commented on issue #13679:
URL: https://github.com/apache/incubator-echarts/issues/13679#issuecomment-757107319


   It depends on the setting on axis:
   
   ```js
                       yAxis: [{
                           inverse: true,
                           type: 'category',
                           max: 9,
                           // Should be a small value:
                           animationDurationUpdate: 200,
                           animationEasingUpdate: 'linear'
                       }],
   
   ```


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