echarts-bot[bot] commented on issue #18487: URL: https://github.com/apache/echarts/issues/18487#issuecomment-1501082041
@luojichen It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗 <details><summary><b>TRANSLATED</b></summary><br> **TITLE** [Feature] In the relationship graph, after using the force-directed graph, is there still a way to distribute the nodes in a specific area? **BODY** ### What problem does this feature solve? My need is to use a graph and show all the IP attack graphs inside the graph. I used a force guide diagram, which can indeed be automatically laid out, but the internal IP and external IP nodes of several computer rooms will be randomly and chaotically distributed. I want to be able to distribute my node nodes (i.e. IPs attacked in the private network) according to different IDC rooms. For example, the IP of computer room 1, I want to distribute it in the lower left corner area, and the IP of computer room 2, I want to fix it in the lower right corner area. The public IP addresses are randomly distributed on the upper side. Using a ring layout is obviously messier, while using an axis layout is tantamount to rewriting a layout algorithm. The only hope is a force-oriented graph, which can set the basic distribution range of a node to solve this problem ### What does the proposed API look like? ? </details> -- 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]
