Hacker News new | ask | show | jobs
by ChrisCinelli 2760 days ago
Yes! I looked at a bunch graph visualization libraries in the past. Cytoscape did not impressed me. Anvaka's ngraph and VivaGraphJS seemed pretty closer to what I wanted.
1 comments

VivaGraph might be what I've been looking for! Thanks! http://www.yasiv.com/amazon#/Search?q=graph%20drawing&catego... https://github.com/anvaka/VivaGraphJS

Cryptoscape looks really awesome but i'm having trouble locating the source code of the demos like this one http://js.cytoscape.org/demos/images-breadthfirst-layout/ actually figured out how to open dev tools without a mouse and its simple too.

How hard is it to teach either of these libs about Clojure data structures? (Without copying them into plain js objects)

Cryptoscape - unclear how to use actual dom to style nodes, not just css classes (or if this is possible at all)