Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaScript flowchart / flow diagram lib [closed]

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!


The question has been asked again and now the most upvoted and most complete version of this question and answers is here: Graph visualization library in JavaScript

like image 300
Armand Avatar asked Oct 15 '10 17:10

Armand


People also ask

Is JointJS open source?

Is JointJS Open Source? Yes. The JointJS Core library is open source (under the MPL v2 license). The "JointJS Core library" is defined as what you can download from here.

Are mermaids open source?

MERMAID is free (as in both speech and beer) and its code is open source, and is based on a core set of open-source components, which are themselves based on open and standardized languages and platforms (Python, R, Debian, nginx, gunicorn, JavaScript, etc.).

Can you have 2 ends in a flowchart?

The flowchart should have a defined end, and because of the possibility of multiple decision points, it may have multiple ends.

What do you do if a flowchart is too long?

Keep Everything on One Page. It is good practice to make sure that the flowchart fits on a single page and the text remains readable. When a diagram becomes too large to fit on a page, it's advisable to divide it into multiple charts and connect them with hyperlinks.


1 Answers

The following JavaScript libraries may help :)

  • Jit

  • jsPlumb

like image 87
mckelvin Avatar answered Sep 18 '22 13:09

mckelvin