-
I have a dataset with 181,166 edges and 181,167 nodes. Was hoping to use elkjs to create x-y data. Unfortunately it seems that the algorithm is based on recursion and gives me a "Maximum call stack si…
-
We should update to Xtext 2.20.
-
The ELK project finally wants a proper logo.
-
Is the file named org.eclipse.elk.alg.layered.options.LayeredOptions missing? Compile failed. Is that my problem?
-
Hello,
I'm trying to render multiple labels with break lines in a node (with ELKjs and Sprotty).
I got this :
![image](https://user-images.githubusercontent.com/25453472/71002545-c863c900-20df-…
-
I am trying to pass my JSON to the ```elk-js/layout``` [function](https://github.com/kieler/elkjs#nodejs) and get the resulting graph but there is an overlap in the generated graph.
My Json ```root``…
-
Currently, the worker only returns the error's message. Instead the whole error should be turned into a json object and then be returned.
In `ElkJs.java`:
```
try {
_this.dispatch(event)
} …
-
I know that I can set `defaultLayoutOptions` when I initialize an `ELK instance`:
```js
new ELK({
defaultLayoutOptions: {
'elk.layered.spacing.nodeNodeBetweenLayers': 33
}
})
```
S…
-
In #27 @tylerlong suggested to create a more concise version of ELK's json format, which is transformed into the classic json format. Comments are welcome, I'll update this description until a final d…
-
Hello,
what is the correct way to cleanup or destroy elkjs after work is done?
Best regards!