nidi3 / graphviz-java

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

Integration with Dagre #193

Open ftomassetti opened 3 years ago

ftomassetti commented 3 years ago

In the readme me you point to https://github.com/mdaines/viz.js That repo is archived and it suggests looking into Dagre. I have used Dagre in the browser and it seems indeed to work well. Is there any plan to adopt Dagre?

nidi3 commented 3 years ago

Although using graphviz via javascript is a really hacky approach, it works pretty well. So I haven't planned on a Dagre integration. Is there a concrete reason you ask for or just curiosity?

ftomassetti commented 3 years ago

I was running into issue making this work, I noticed the project is dependent on a library which is outdated and I thought that Dagre could be a nice replacement, considering the authors of viz suggests it