luojichen opened a new issue, #18487:
URL: https://github.com/apache/echarts/issues/18487

   ### What problem does this feature solve?
   
   我的需求是,使用关系图,将所有的IP攻击关系图展示在graph内。 
我使用了力导向图,确实可以自动布局,但是几个机房的内网IP和外网IP节点都会随机混乱的分布。我希望能够按照不同的IDC机房来分布我的 
node节点(即内网被攻击的IP)。
   
   譬如机房1的 IP, 我想要分布在左下角区域, 机房2的IP,我想要固定在右下角区域。  外网IP随机分布在上侧。
   
   如果使用环形布局,显然更乱, 而使用坐标轴布局等于要重写一个布局算法。  唯一希望是力导向图,能够设定一个node的 基本分布范围, 来解决这个问题
   
   ### What does the proposed API look like?
   
   ?


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

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to