Clarkclk opened a new issue #9488: Is there any other way to make a node fixed in force graph than setoption() method? URL: https://github.com/apache/incubator-echarts/issues/9488 I am using echarts 4.1.0 to display a big social network in force graph type. I found that I have to reuse the setoption method even when I want to make one data fixed (change the fixed property to true in node array and merge the whole array with setoption method). It is not convinent for very big graph. I want to know if there any other way to fix a node without setoption? I found this question have been asked many times, but still not answered explicitly. 中文:我在用echarts4.1.0的力导向图来展示一个大的社交网络图。我发现只能使用setoption方法来固定一个节点(改变节点数组中该节点的fixed属性为true,重新使用setOption加载整个数组),这对于大图来说很不方便。我想知道有没有其他比较方便的方法来固定一个点。我发现这个问题已经被问了好多次了,但始终没有一个明确的答案。
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
