nidi3 / graphviz-java

Use graphviz with pure java
Apache License 2.0
934 stars 107 forks source link

Is there a way to only layout without rendering? #253

Open wanshaobo6 opened 7 months ago

wanshaobo6 commented 7 months ago

The graph rendering is too slow, Is there a way to only layout without rendering? I only need the coordinates information of the nodes. If i can use some component to layouting

jamisonjiang commented 6 months ago

I think project graph-support perfect for your need image