简体   繁体   中英

Javascript library to generate workflow configuration diagrams

I have a set of predefined flow diagrams, and I need a way to display the diagram and allow the user to interactively set inputs and/or properties at various nodes in the diagram. The nodes/connections of the diagram are fixed and cannot be edited by the user.

I know there are several options for diagram editors, but those would need heavy modification for what I need. Any suggestions for javascript libraries/apps that would be able to do this?

You need to tell us what technology you are using for the diagrams if any.

It sounds like you need two things. Firstly a method of displaying a directed graph (which is what a flowchart is) in a browser. Secondly, a tool to add interaction to the graph.

Here is a rough list of some of the graphics toolkits that are relevant:

All of these will require a lot of programming though. I'm not aware of anything "out-of-the-box" that will do what you want - I've certainly been looking for similar tools for a while though what I really want is a data-driven interactive graph tool (not to be confused with charting tools of which there are many).

Update: I've just come across http://www.jointjs.com/ as well. This is built over Raphael and seems promising.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM