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 2022/07/18 12:21:11 UTC

[GitHub] [echarts] WkKyo1024 commented on issue #17395: [Bug] k线图设置动画延迟animationDuration,给他个逐渐更新的效果。但是一开始就会有小点显示在页面上,如何不让小点先显示呢?

WkKyo1024 commented on issue #17395:
URL: https://github.com/apache/echarts/issues/17395#issuecomment-1187266651

   animationDelay: function (idx) {
       // 越往后的数据时长越大
       return idx * 100;
   },
   这样好像就行了


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