antvis / layout

Layout algorithms for graphs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need a way to create a Layout from the port of a node

harshaktg opened this issue · comments

It is clear that the model object can specify nodes and edges, and when the layout is created from it, it works perfectly.
But is there a way to specify ports within the nodes - and then also specify edges that connects separate ports.

Can this use-case be solved?

Yes, I also think there is a need for a function to recalculate the connection method of the port. The current layout only changes the position of the nodes