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?
-
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.
From Boldewyn -
Google Docs includes a very good JavaScript diagramming tool. No, it's not open source or free, but is is good.
From brianegge -
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.
From David -
elviejo : This is incredibly I didn't know Javascript could look and work at that speed. Highly recommended
-
Joint - http://www.jointjs.com is a free and easy to use JavaScript diagramming library.
From dave
0 comments:
Post a Comment