JavaScript 流程图/流程图库

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3944723/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-23 06:47:06  来源:igfitidea点击:

JavaScript flowchart / flow diagram lib

javascriptjqueryworkflowflowchart

提问by Armand

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.

是否有用于客户端渲染和流程图操作的 javascript 库?我更喜欢 jQuery,但我会满足于其他人。



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 hasbeen asked againand now the most upvoted and most complete version of this question and answers is here: Graph visualization library in JavaScript

这个问题被问到,现在这个问题和答案的最高投票和最完整的版本在这里: JavaScript 中的图形可视化库

采纳答案by Armand

For me, WireItlooks like the best bet. Mentioned also here: Designing a Yahoo Pipes inspired interface

对我来说,WireIt看起来是最好的选择。此处也提到:设计受 Yahoo Pipes 启发的界面

回答by McKelvin

The following JavaScript libraries may help :)

以下 JavaScript 库可能会有所帮助 :)

回答by David

mxGraph, which is written in plain JavaScript, so you could wrap it in jQuery or any JS framework. It's Apache 2.0 licensed.

mxGraph,它是用纯 JavaScript 编写的,因此您可以将它包装在 jQuery 或任何 JS 框架中。它是 Apache 2.0 许可的。

回答by Matt Ball

I'd recommend Rapha?lfor this.

我会为此推荐Rapha?l

Sweet sexy demo: http://raphaeljs.com/graffle.html

甜美性感演示:http: //raphaeljs.com/graffle.html

回答by Extjs

Extjs lib. An example online flow chart build with extjs

Extjs 库。使用extjs构建的示例在线流程图

And online flow chart help document here.

和在线流程图帮助文档在这里