2

I need to develop a javascript based diagrammer for designing node-and-connector diagrams for things like process flow, activity diagram etc. I am planning to use jQuery's drag-and-drop and templates to do this. But, is there any similar solution already out there that I could reuse?

rahulmohan
  • 1,285
  • 11
  • 19

1 Answers1

2

Take a look at JointJS. It uses Raphaƫl for rendering the diagrams, so it's pretty smooth. It already has the most common diagram types built in (UML, Flowchart, ERD, Petri net, ...) and can easily be extended.

m0sa
  • 10,712
  • 4
  • 44
  • 91