JavaScript flowchart / flow diagram lib [closed]

梦想与她 提交于 2019-11-26 15:35:06

问题


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


回答1:


The following JavaScript libraries may help :)

  • Jit

  • jsPlumb




回答2:


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




回答3:


I'd recommend Raphaël for this.

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




回答4:


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




回答5:


Extjs lib. An example online flow chart build with extjs

And online flow chart help document here.



来源:https://stackoverflow.com/questions/3944723/javascript-flowchart-flow-diagram-lib

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!