flowchart

JavaScript flowchart / flow diagram lib

Are there any javascript libraries for client-side rendering and manipulation of flow-charts? My preference would be for jQuery, but I'd settle for others. This question has been asked before, but not for a couple of years so I'm hoping there's a more positive answer now! ...

How do I auto-layout boxes on a flowchart?

I have some data that represents a flowchart. (A bunch of Jira statuses and their transitions to other statuses.) I also have a crude way to position each flowchart item on an A4 page in an OpenOffice Draw document. (Though better suggestions welcome for that.) However, I'd prefer not to have to output a line of boxes and re-arrange th...

Flow chart generator from source files

I'm searching for a tool that let me generate a flow chart for a given project. It is difficult understand others code by looking at code, a flow chart can be very helpful. My Project is in VS 2010 Professional Edition. ...