Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for PHP/Flash graphics library for interactive networked object presentation [closed]

We are looking for a PHP library something like graphviz.org which generates an image of a networked groups of objects as shown below. Graphviz also enables you to make each of the nodes a hyperlink, but we are looking for something more interactive, e.g. even with Flash that would be able to react to a click which deletes a node and quickly redraws that area so the other nodes fill in the space, etc.

Does anyone know of a PHP library which generates networked object maps like this but that are also interactive so that nodes can easily added and deleted etc.?

alt text

like image 347
Edward Tanguay Avatar asked Nov 15 '22 04:11

Edward Tanguay


1 Answers

You can give jsPlumb a try: http://code.google.com/p/jsplumb/

Demo: http://jsplumb.org/jquery/dynamicAnchorsDemo.html

like image 64
nfo Avatar answered Dec 06 '22 12:12

nfo