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/03/27 09:21:37 UTC

[GitHub] [incubator-echarts] ChakNS opened a new issue #12339: graph当节点达到1000或更多时,会变得很卡顿

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:
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


[GitHub] [echarts] github-actions[bot] commented on issue #12339: graph当节点达到1000或更多时,会变得很卡顿

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12339:
URL: https://github.com/apache/echarts/issues/12339#issuecomment-1085114193


   This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12339: graph当节点达到1000或更多时,会变得很卡顿

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12339: graph当节点达到1000或更多时,会变得很卡顿
URL: https://github.com/apache/incubator-echarts/issues/12339#issuecomment-604898916
 
 
   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵

----------------------------------------------------------------
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


[GitHub] [incubator-echarts] travis1111 commented on issue #12339: graph当节点达到1000或更多时,会变得很卡顿

Posted by GitBox <gi...@apache.org>.
travis1111 commented on issue #12339: graph当节点达到1000或更多时,会变得很卡顿
URL: https://github.com/apache/incubator-echarts/issues/12339#issuecomment-606583409
 
 
   我现在还没有尝试超过100个节点。
   
   我现在在做的是,看有没有办法先force layout 一次,得到坐标,然后把坐标保存到原始的数据中。这样,以后显示的时候直接调用带有坐标的数据,就免去了布局的步骤。
   
   我试了下,不行。我发到这里了
   
   https://github.com/apache/incubator-echarts/issues/12357
   
   你还能想到什么方法?
   
   

----------------------------------------------------------------
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