Javascript 用于流程图的开源 HTML5 JS 库
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14766216/
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
Open source HTML5 JS library for flowchats
提问by Manish Devraj
I am planning to write an application that can allow me to draw flowchart like diagrams that can span over multiple dynamic rectangles (nodes) connected to N level of depth. Obvious thought is to use a flowchat library to achieve the purpose. I like the examples give by http://gojs.net/latest/samples/flowchart.htmlbut due to licensing terms I might not be able to use it.
我打算编写一个应用程序,它可以让我绘制流程图,例如可以跨越连接到 N 级深度的多个动态矩形(节点)的图表。很明显的想法是使用一个flowchat库来达到目的。我喜欢http://gojs.net/latest/samples/flowchart.html给出的示例,但由于许可条款,我可能无法使用它。
I am searching for opensource JS library so I can draw such diagrams on HTML5 canvas. Any thoughts?
我正在搜索开源 JS 库,以便我可以在 HTML5 画布上绘制此类图表。有什么想法吗?
回答by Manish Devraj
Found some nice library for something that matches our need. Anyone looking for similar ones check this out http://jsplumb.org?
找到了一些不错的库来满足我们的需求。任何寻找类似的人都可以查看http://jsplumb.org吗?

