graphviz-java
graphviz-java copied to clipboard
Integration with Dagre
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?
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?
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