Hacker News new | ask | show | jobs
by tunesmith 2051 days ago
Is Cytoscape.js still the best free solution for DAGs with client-side events? I've also tried d3 with dagre but Cytoscape was a bit cleaner for me. But it's still enough of a struggle that I wonder if there's a newer alternative I'm missing.
1 comments

I've had better success with viz.js. (Graphviz cross compiled to javascript).

https://github.com/mdaines/viz.js

I could never get the layouts in cytoscape to look balanced.