Skip to content

Interactive tool for creating directed graphs

Notifications You must be signed in to change notification settings

eimink/json-dgc

 
 

Repository files navigation

json-dgc

Interactive tool for creating directed graphs with custom JSON data in each node, created using d3.js and jsoneditor.

Metacademy Logo

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
  • use editor on right-hand side to enter custom data to nodes, switching selection saves data to node

Run:

Github repo is at https://github.com/eimink/json-dgc/

License: MIT/X

About

Interactive tool for creating directed graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.2%
  • HTML 7.2%
  • CSS 4.6%