neo4j-contrib / graphgist

Easy publishing with graph data included
http://gist.neo4j.org/
208 stars 68 forks source link

Question : graph visualisation #31

Closed HugoCornu closed 9 years ago

HugoCornu commented 9 years ago

Hi, I was wondering what library/plugin do you use for the graph visualisation (where one can mouve the nodes around with the mouse)? It's really awesome

jexp commented 9 years ago

We use a fork of the neo4j-browser visualization.

You can find it in the neod3.js and neod3-visualization.js files in the scripts directory.

HugoCornu commented 9 years ago

thanks!