directed-graph-creator icon indicating copy to clipboard operation
directed-graph-creator copied to clipboard

Interactive tool for creating directed graphs

Results 8 directed-graph-creator issues
Sort by recently updated
recently updated
newest added

Some of my graphs have loops. With this tool, I cannot make a loop visually. It does support loops in an input json file, but the visualization is just a...

Not an issue, but an enhancement? How can I add labels to the edges so that they are more descriptive in the relation between nodes? Can anyone please direct me...

Hi, Can you update to d3 version 4? Thanks.

Cannot select a node on first click after creating a link(path). Create two nodes add a link and on the first click after selecting nodes I cannot select a node....

When you still hold shift after making new node and try to make new edge it will also make new node. Just try to make something holding shift. I think...

doesn't support bidirectional links between nodes

Hi! I see that in IE once you have created the arrows, if you move any node the arrows stays at the original position, but if you inspect the html...

I follow the error to : /\* select all text in element: taken from http://stackoverflow.com/questions/6139107/programatically-select-text-in-a-contenteditable-html-element */ GraphCreator.prototype.selectElementContents = function(el) { var range = document.createRange(); range.selectNodeContents(el); var sel = window.getSelection(); sel.removeAllRanges();...