Hacker News new | ask | show | jobs
by escherize 3929 days ago
Is there something like this for directed graphs?
3 comments

GraphViz can output directed graphs in a variety of formats: http://www.graphviz.org/

I recently worked on a project where we started off looking to use something similar to what op posted. Despite being a very old library, nothing really provided the level of stability and options that Graphviz had. If you can get past the somewhat odd syntax, I would highly recommend it for complicated directed graph output.

http://gojs.net/latest/index.html

Lots of directed graph options. I'd argue the model data is even simpler to create and comprehend, but there's a LOT more to GoJS than there is to this project. Also it isn't free.

(Disclaimer: I'm a GoJS developer)