views:

819

answers:

6

Does anyone know any good JavaScript alternatives to mxGraph (http://www.jgraph.com/mxgraph.html) that allows the user to draw Visio style diagrams on a canvas and add/edit/remove properties of elements?

A: 

gRaphaël, based on SVG (all browsers) and VML (the stuff they call a browser in Redmond) is a generic graph painter with very good performance. I think, it could be extended to meet your needs.

Boldewyn
A: 

Google Docs includes a very good JavaScript diagramming tool. No, it's not open source or free, but is is good.

brianegge
A: 

mxGraph is the one component of this type I've seen, what's wrong with it? gRaphaël is a chart drawing app, the user is looking for diagram drawing.

David
+2  A: 

http://thejit.org/

This is incredibly I didn't know Javascript could look and work at that speed.Highly recommended
elviejo
A: 

Joint - http://www.jointjs.com is a free and easy to use JavaScript diagramming library.

dave