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:
However, I don't like jsPlumb much. I searched for alternatives, but couldn't find any.
Are there any jsPlumb alternatives that you suggest?
"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
JavaScript Gantt Chart rich script API:
Ext Gantt is a gant chart component build on the Ext Js frameworks (made by Sencha Inc)
dojox.gantt is a dojo gantt chart widget