elkjs icon indicating copy to clipboard operation
elkjs copied to clipboard

ELK's layout algorithms for JavaScript

Results 136 elkjs issues
Sort by recently updated
recently updated
newest added

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 |...

bug
help wanted

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...

question

Hi, Getting edges this way: ![image](https://user-images.githubusercontent.com/52992133/177136524-268c1035-c184-47cf-b0d4-313373bad8e1.png) Settings: ![image](https://user-images.githubusercontent.com/52992133/177136630-e1d688d5-fc2a-4bad-8c20-33b8e6583d9c.png) Any thing I'm missing ? mode is sloppy (Splines)

question

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

question

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, }, }; ```...

question

I have created a simple graph in the ELK Demonstrators site as follows: ![image](https://user-images.githubusercontent.com/50001362/152455798-d57fe4e2-d443-4e7b-9cc3-cd83b2f75ffa.png) As you can see, I am creating 2 edges from `n1.p1` to `n2.p1`. I expected there...

question

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":...