-
Allowing to merge the two types of dummies for hyperedges would significantly improve the edge routes of the two examples below.
It is not immediately clear, however, if there's an easy way to rea…
-
Using modified ELKjs + D3.js I am able to generate simple graphs from HDL languages.
(SVG/ELK json/MxGraph for draw.io)
![screenshot from 2018-04-08 14-58-30](https://user-images.githubusercontent.c…
Nic30 updated
5 years ago
-
I'm using elkjs through [cytoscape-elk ](https://github.com/cytoscape/cytoscape.js-elk). In `layered` algorithm style, it works very well with the following options:
```
'elk.alignment': 'CENTER',
…
-
### Is your feature request related to a problem? Please describe.
When I migrate a DMN file with this tool, I still cannot use it effectively in the Modeler as no DI is added. The DiGenerator in d…
-
![jette-stpa004](https://user-images.githubusercontent.com/6419799/178989579-74b9213e-1fdc-4c88-bfe5-5253345e9d74.svg)
As seen here it is kind of nice how the node size is increased, however, the por…
-
Hi,
I'm witnessing problems with spacing related layoutOptions on nested nodes.
Using elkjs@0.7.1
1. The option `elk.spacing.nodeNode` is not always working for neighbor nodes inside a group. Cou…
-
New to Elk , I will be glad for any help.
I have a nested layout with cross-parent edges.
After enabling `"hierarchyHandling": "INCLUDE_CHILDREN"` layout option, I noticed that some of the edges a…
-
## Description
It would be useful if port objects supported the `data` property that Node and Edge's support ([types.ts file](https://github.com/reaviz/reaflow/blob/master/src/types.ts)).
This would…
-
Getting this error trying to use this package with a modern Vite SPA with ESBuild:
```
✘ [ERROR] Could not resolve "web-worker"
node_modules/elkjs/lib/main.js:38:29:
38 │ var…
-
Following techniques outlined in [this paper](http://www.graphviz.org/documentation/TSE93.pdf), we should implement an automatic graph layout algorithm.