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/11/01 10:38:57 UTC

[GitHub] [echarts] Ovilia commented on issue #15976: line chart dynamic data time axis endLabel

Ovilia commented on issue #15976:
URL: https://github.com/apache/echarts/issues/15976#issuecomment-956121711


   This is as expected.
   
   Please notice the implementation of these two demos.
   "line-race" calls `setOption` only once and the the endLabel animation is applied.
   But "dynamic-data" calls setOption every second and `series.animationDuration` is used in this case.
   In fact, `endLabel` animation is a very specifiy use-case, which should most likely to be used as the example of "line-race".


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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