microsoft / automatic-graph-layout

A set of tools for graph layout and viewing
Other
1.34k stars 301 forks source link

Calculate new position only some Nodes #368

Open lukasLata opened 1 month ago

lukasLata commented 1 month ago

Hi, I have for example 15 Nodes. And I need to use auto layout logic only on 5 Nodes. These 5 Nodes can not have new position same as reaming 10 static Nodes. It is possible set some property of Node and mark Node as static? Thanks

levnach commented 1 month ago

We need to forward this question to @tgdwyer, who implemented FastIncremenalLayout in MSAGL. He might know a proper approach or another tool for this.

lukasLata commented 1 month ago

Thanks