You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by "Y.p" <yu...@foxmail.com> on 2021/03/01 12:11:09 UTC

关于3dbar的性能问题

https://github.com/apache/echarts/issues/13798



What problem does this feature solve?


echart-gl在展示实时大数据的时候, 特别卡,比如3d bar 每秒要显示5000个柱子, 这个在电力行业的需求太正常了,我尝试很多方式,展示多个3dbar的时候 ,就卡的特别厉害


What does the proposed API look like?


webassembly 应该会解决这个问题, 什么时候可以支持? 万分感谢。















版本&nbsp;4.9.0



在官方提供的3dbar的示例中,将数据固定5000笔生成5000个柱子,能否让5000个柱子根据 Y轴从右往左走动的效果?

目前自己的解决方案是&nbsp; 根据 5000个数据, 转化成 25000 笔数据, setOption 5次, 但是这样太卡了。。。 有没有更好的解决方案?