Javascript library for building tree-node hierarchies

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

  • Dynamic tree creation (graph-node) (hierarchical data structure)
  • Can connect nodes together
  • Scale option for plot area
  • labels for each node

Basically, how is familyecho.com ? Where can I find a library with the same functionality? If any of you know any library that can perform all these tasks, please answer me.

+5
source share

All Articles