6

I am looking for JavaScript library that can perform the following tasks:

  1. Dynamically generate tree (graph-node) (hierarchy structure of data)
  2. Can connect nodes together
  3. Zoom option for graph area
  4. labels for each node

Basically, like familyecho.com? Where can I find a library that has the same functionality? If any of you know any library that can perform all these task, then please do reply me.

2
  • possible duplicate of Jquery Tree chart Commented Apr 10, 2014 at 2:14
  • 1
    Voting to close as tool rec. Commented Jun 2, 2016 at 9:05

1 Answer 1

5

You can try infovis: https://philogb.github.io/jit/

Tree example: https://philogb.github.io/jit/static/v20/Jit/Examples/Spacetree/example1.html

Sign up to request clarification or add additional context in comments.

3 Comments

can I connect two nodes in the same row?
I don't know. You need to explore the API docs and see the examples. Trees don't have nodes of the same level connected. The only connection allowed in trees is parent to child. The example that you showed connect the children, but it is just to show that they are siblings.
just what I was looking for!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.