Are there any alternatives to jsPlumb? (for the purpose of connecting DOM elements)

needim picture needim · Nov 22, 2011 · Viewed 34.8k times · Source

I'm making a gantt project management system, and I'm trying to connect the DOM elements of a UI together, like in this jsPlumb demo:

enter image description here

However, I don't like jsPlumb much. I searched for alternatives, but couldn't find any.

Are there any jsPlumb alternatives that you suggest?

Answer

Micah picture Micah · Nov 22, 2011

"WireIt is an open-source javascript library to create web wirable interfaces for dataflow applications, visual programming languages, graphical modeling, or graph editors."

DERI pipes which was inspired by Yahoo's Pipes

enter image description here

JavaScript Gantt Chart rich script API:

enter image description here

Ext Gantt is a gant chart component build on the Ext Js frameworks (made by Sencha Inc)

enter image description here

dojox.gantt is a dojo gantt chart widget

enter image description here