Does anyone know about any JavaScript frameworks used for developing workflow-like diagrams? I'm looking for ways to show relationships between objects and to be able to drag the objects around within the browser. I'm looking for something similar to the functionality of Microsoft Visio.
Has anyone done anything similar with the Ext JS framework? This is all I've seen out there so far.
.html
And I'd like to be able to drag components around like this.
.html
Does anyone know about any JavaScript frameworks used for developing workflow-like diagrams? I'm looking for ways to show relationships between objects and to be able to drag the objects around within the browser. I'm looking for something similar to the functionality of Microsoft Visio.
Has anyone done anything similar with the Ext JS framework? This is all I've seen out there so far.
http://kforner.github.com/extjs-dag-drawer/example.html
And I'd like to be able to drag components around like this.
http://raphaeljs.com/graffle.html
- found another one ... yworks.com/products/yfileshtml/eap/demos/GraphViewerDemos/… – JustBeingHelpful Commented Aug 26, 2012 at 18:38
- yworks.com/en/products_yfiles_practicalinfo_demos.html#html5 – JustBeingHelpful Commented Aug 26, 2012 at 18:40
- INCREDIBLE!! yworks.com/products/yfilessilverlight/… – JustBeingHelpful Commented Nov 7, 2013 at 6:11
- here's another: gliffy.com – JustBeingHelpful Commented Jan 20, 2014 at 2:03
3 Answers
Reset to default 8You mean like http://www.draw.io/?
This browser-based tool lets you draw UML style diagrams (and workflow diagrams) and then export / save as in your desired format.
Searching for UML tools will help you find others if this doesn't suit your needs.
For the JS library itself, the above uses http://www.jgraph.com/mxgraph.html
I can suggest Graphiti which is based on RaphaelJS. In this case you have the power of raphaelJS API and community and a better object/API handlin than in the graffle demo page.
Greetings
If you need a javascript framework, take a look: http://jsplumbtoolkit.com