Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jquery Tree chart [closed]

I am looking for javascript or jquery solution that can perform following tasks:

1 - Dynamically generate tree (hierarchy structure of data)
2 - Add/delete single and multiple nodes.
3 - Zoom option for graph area
4 - labels for each node

I want to use it for data analysis

like image 418
Tweet Avatar asked Nov 27 '10 04:11

Tweet


1 Answers

You could use arbor.js or build yourself a wrapper around the arrows-and-boxes plugin.

like image 68
the_void Avatar answered Sep 23 '22 07:09

the_void