开发者

Jquery Tree chart [closed]

开发者 https://www.devze.com 2023-01-27 07:59 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
Closed. This question needs to be more focused. It is not currently accepting answers.

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 question

I 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消