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

35,882

Solution 1

"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

Solution 2

Not sure if this is any easier than jsPlumb , which btw is awesome.

This framework is like the yahoo pipes visual UI editor, http://neyric.github.com/wireit/index.html and this http://neyric.github.com/webhookit/docs/index.html

Share:
35,882
Admin
Author by

Admin

Updated on August 31, 2020

Comments

  • Admin
    Admin over 3 years

    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?

  • koppor
    koppor almost 11 years
    d3 (d3js.org) might be an alternative.