0

I'm looking for a js graphing library that supports creating directed acyclic graphs using drag and drop. The UI would have a canvas with a list of elements that can be dragged onto the canvas to create a directed acyclic graph. Objects have labels and properties. Relationships between objects are depicted by the connections between them.

I've seen a number of great threads with thorough lists of js libraries but none of them seemed to be designed for building a drag and drop UI. They seem quite capable of rendering predesigned graphs.

intuition
  • 133
  • 1
  • 2
  • 9

1 Answers1

0

You can look at (jgraph). And (this) is one of their technology demonstration sites.

M..
  • 880
  • 7
  • 15