ChakNS opened a new issue #12339: graph当节点达到1000或更多时,会变得很卡顿
URL: https://github.com/apache/incubator-echarts/issues/12339
 
 
   ### Version
   4.4.0
   
   ### Steps to reproduce
   ```javascript
   series : [
       {
         name: '',
         type: 'graph',
         layout: 'force',
         data: [],
         links: [],
         roam: true,
         label: {
           normal: {
             position: 'right'
           }
         },
         force: {
           repulsion: 100
         }
       }
     ]
   ```
   
   ### What is expected?
   1、是否有方法可以解决多节点卡顿问题
   2、是否可以在开启force布局时,关闭节点迭代的过程而不导致假死,尝试过不开启布局,使用随机坐标,但这样看起来很乱
   
   ### What is actually happening?
   1、渲染完成之后页面变得很慢
   2、force布局下,无法实现静态渲染
   
   ---
   另:在使用echarts-gl时一直提示echarts版本过低,即使我的echarts已经更新到最新的4.7.0版本
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to