elkjs
elkjs copied to clipboard
ELK's layout algorithms for JavaScript
I've been receiving the following console error when trying to render a hierarchal graph: `polyfills.js:1 Error: org.eclipse.elk.core.UnsupportedGraphException: The source or the target of edge ElkEdge "e5" ElkNode "n4" (0,0 |...
Hello, why the edge in this [graph]( https://rtsys.informatik.uni-kiel.de/elklive/json.html?compressedContent=N4KABGBECWAmkC4oAZIBpxQA4HsBOALgM6JgDaAuhhJAKawDmtJSl12eOWth0zpoCDXwMAdLQDGAG2hYitcVIDWogIZSG+aAQAWAW1KQpqgJ4966TMLxjJMuQtrLxjWgCUcAVwLQAdg0MAeTcAFQAJQIBxQIA5AEEAGUsIAF92SAkdaClYPFpfUjIrMEEhGjhDAEZksqgAdzhdUkrkZHYyyB1aaAYdAlIAJjbimixObl5+JFLaqBFxaVl5RRVcQgBhHF8iAjxVP2JDADEASQANAFEAEQB9YKuLtxqytJHsfEPWN4gZ2agKpCQAbPP6QBqwJpIIZoKBdHp9ZrDP5CSBjLg8HxTErfWqQIhwWiGADqFwAyiEQciYL5YLQAB6kJHIsApHGvZG-WYweCAgDMlK54MhYGhsO6vX6SBa7VBaImmJY2OZKPxtMMFzi5IFXL8tIZUpxqTZbyobzorkVRQ5hv+PKgABZtSqvHgJFircqUcCZbNTcrIARVDZaJ9yDaOvyfbUKMbfVGMlkcnkCqwYy9MDGUkA) is routed outside of the node am I doing something wrong? (Note that if FIXED_ORDER is removed the edge is at least...
Hey! I am trying to align `N4` right under the `N1` like in this screenshot: But once I add child `N5` to parent `N3`, the alignment of `N4` start acting...
Hi, Getting edges this way:  Settings:  Any thing I'm missing ? mode is sloppy (Splines)
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 team, I am seeing the layout at: https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-conn-gmf-layouter-Draw2D.html I wonder how I can use this? Thanks
looks like the lib doesnt like to have edge without future comin nodes "Error: org.eclipse.elk.graph.json.JsonImportException: An edge must have a source node" is there any way to have a solution...
Hi, I've this configuration: ``` const graph = { id: "root", layoutOptions: { "elk.algorithm": "mrtree", "elk.direction": "DOWN", "elk.spacing.nodeNode": "130", "mrtree.weighting": "FAN", "org.eclipse.elk.layered.nodePlacement.bk.fixedAlignment": "RIGHTUP", "elk.spacing.componentComponent": "10000", "elk.aspectRatio": 100, }, }; ```...
I have created a simple graph in the ELK Demonstrators site as follows:  As you can see, I am creating 2 edges from `n1.p1` to `n2.p1`. I expected there...
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":...