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 2020/04/07 12:25:55 UTC

[GitHub] [incubator-echarts] 15922925031 commented on issue #12365: 热力图现在支持分片加载吗?就是appendData发现没有效果

15922925031 commented on issue #12365: 热力图现在支持分片加载吗?就是appendData发现没有效果
URL: https://github.com/apache/incubator-echarts/issues/12365#issuecomment-610356256
 
 
   我用的是 series: [{
                       name: 'Gaussian',
                       type: 'heatmap',
                       data: data,
                       //progressiveThreshold:3000,
                       //emphasis: {
                       //    itemStyle: {
                       //        borderColor: '#333',
                       //        borderWidth: 100
                       //    }
                       //},
                       progressive: 500000,
   官网对应的地址:https://www.echartsjs.com/examples/zh/editor.html?c=heatmap-large
   
   在数据达到200万左右页面就卡死,能提供一个分片加载的方法吗 就好像 散点图的appendData方法

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org