kieler / elkjs

ELK's layout algorithms for JavaScript
Other
1.81k stars 97 forks source link

[Question]Can the node position remain unchanged and only the connection is optimized? #300

Open huxiaoweiopen opened 2 months ago

huxiaoweiopen commented 2 months ago

I'm developing a flowchart using elk.js, and I'm running into a problem. I want to optimize only the connections between nodes, such as the spacing of the connections, the location of the endpoints, and so on, without changing the location of the nodes?

soerendomroes commented 2 months ago

Can you recreate your problem in elklive?