Skip to content

Based on d3 tree layout, tree with ability for child nodes to have multiple parents.

Notifications You must be signed in to change notification settings

malcolm-pro/MultipleParentsTree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple Parents Tree

Based on d3 tree layout, tree with ability for child nodes to have multiple parents.

I`ve tried to find component to visualize data with tree graph, with ability for childs node to have multiple parents. And found one, it is d3 library 'force' layout. But it's very hard to handle positions of nodes and links for graph in this layout. So I've decided to create own component based on d3 'tree' layout (It assumed only one parent node and child's one).

I've added ability to dynamically create new nodes and very simple configuration object. You can find it demonstration here: http://razumo.github.io/MultipleParentsTree/

About

Based on d3 tree layout, tree with ability for child nodes to have multiple parents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.1%
  • HTML 11.5%
  • CSS 6.4%