Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this questionI am looking for javascript or jquery solution that can perform followi开发者_运维问答ng 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
You could use arbor.js or build yourself a wrapper around the arrows-and-boxes plugin.
if you want a great library , try the Data-Driven Documents library.
d3js library.
Here is an example
Do you mean a tree like a jstree? See http://www.jstree.com/
The question is quite old, but for anyone who hasn't seen these libraries: vis.js and Treant.js are quite good visualization libraries.
Jit - JavaScript InfoVis Toolkit on Github.com is beautiful.
精彩评论