Alexei Tilikin
Alexei Tilikin
In layered hierarchical graph, spacing between nested nodes and node padding is not always applied.
Hi, I'm witnessing problems with spacing related layoutOptions on nested nodes. Using [email protected] 1. The option `elk.spacing.nodeNode` is not always working for neighbor nodes inside a group. Couldn't figure out...
Hi again, I'm having an issue with nested edge routing in the "layered" layout. Using [email protected] Here's the input JSON: ``` { "id": "__ROOT__", "children": [ { "id": "group_2", "children":...
Hello, I have an example of a graph with 100 nodes and ~230 edges that seems to reproduce some kind of conflict between the nodePlacement strategy `NETWORK_SIMPLEX` and the partitioning...
Using the`layered` algo with elkjs. The graph has deep nesting of nodes inside nodes. Problem reproduces on `[email protected]` and `[email protected]` On level 2 `root.children[*].children[*].layoutData`, if I define the option `'elk.portConstraints':...
Hello, I have an example of a graph with 100 nodes and ~230 edges that reproduces an order of magnitude difference in running time when comparing nodePlacement strategy NETWORK_SIMPLEX to...