arrows
arrows copied to clipboard
JavaScript library for drawing diagrams of small graphs, using D3 to generate SVG. Useful for explaining Neo4j graph modelling concepts in presentations and blogs.
I went to Michael Hunger's blog for instructions, however perhaps the UI could show them, or include a help option? * create new nodes with (+ Node) * drag relationships...
In the same way as the Export Cypher, it would be interesting to have a Import Cypher to create nodes and relationships
I get the purpose of the mark up format (so you can display a graph on browser), but what about a conversion to/from graphML? https://en.wikipedia.org/wiki/GraphML
Hi, The graph is rendered nicely in the browser, but if i download the svg and open it with any program (like inkscape) all nodes are completely filled with black...
## Description When the page is reloaded, though the data is in `localStorage`, it didn't honor which style was selected. I've modified it so that on page load it will...
You don't have bower integration yet. Would be useful.
experimenting with using the lato webfont so the font can be embedded in the svg and display nicely on all the machines What do you think Jonesy?
I love your tool, I find it very useful to prepare graphs for blog posts about neo4j, but one thing I was missing was the ability to create new relationships,...