Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free JQuery plugin for drawing UML diagrams [closed]

Tags:

jquery

uml

Is there a free (for commercial use) jQuery library that I can use to integrate into my website to be able to draw UML diagrams?

Thanks

like image 291
DotnetDude Avatar asked Dec 31 '12 15:12

DotnetDude


Video Answer


2 Answers

You can try these:

  1. jQuery SVG - you would have to create your own UML or Flowchart shapes: http://keith-wood.name/svg.html
  2. Raphael JS - create vector-based graphics using a JavaScript library: http://raphaeljs.com/
  3. JavaScript InfoVis: http://thejit.org/demos/
  4. Commercial (for-pay) tool called mxGraph: http://www.jgraph.com/mxgraph.html
like image 135
Praveen Kumar Purushothaman Avatar answered Nov 15 '22 08:11

Praveen Kumar Purushothaman


Check the jsUML2 javascript/HTML5 library. This list of web-based modeling tools could have also some useful links

like image 22
Jordi Cabot Avatar answered Nov 15 '22 09:11

Jordi Cabot