You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by Yu Sinae <an...@gmail.com> on 2023/03/01 11:42:49 UTC

flickering problem when using setInterval every 20ms

hello echarts Team,

I am testing with echart type 3dbar for my project. and I need to update
data into echart every 20ms with setInterval. but x, y, z labels are
flickering even thouth x, y, z label datas are seperated.
it can't be fixed with 'requestAnimationFrame' also. (and
requestAnimationFrame can't have specific time setting).
how to solve this problem?

I attacted my test code file. thanks.