You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by "1030214087@qq.com" <10...@qq.com> on 2020/04/29 11:08:03 UTC

problem with echartgl surface

sorry for this,i have a problem with echartgl surface need some suggest;
scenes:
    1: series: surface
    2: above of One hundred thousand points data , max is one million
    3: i need refresh some of points in second and will refresh all data in 15 second
 
for now : 
    i use setOption of refresh all data even only need refresh part of data

I need some suggest for this:
    1:  there is other more high efficiency function to refresh data?
    2:  OR how to do that only stuck echart but not whole web?

when only ten thousand points data, and refresh per 5 second, there will be fluent, but this is not enough

issue link: https://github.com/apache/incubator-echarts/issues/12516



1030214087@qq.com