directed-graph-creator
Interactive tool for creating directed graphs, created using d3.js.
Operation:
- drag/scroll to translate/zoom the graph
- shift-click on graph to create a node
- shift-click on a node and then drag to another node to connect them with a directed edge
- shift-click on a node to change its title
- click on node or edge and press backspace/delete to delete
This is a slight modification of Colorado Reed’s code - https://github.com/metacademy/directed-graph-creator
License: MIT/X