d3js Tree square

后端 未结 2 1420
死守一世寂寞
死守一世寂寞 2020-12-07 09:58

I would like to use d3.js to build a pedigree tree.

All exemples that I found are showcasing organic trees.

相关标签:
2条回答
  • 2020-12-07 10:32

    You could accomplish this using either the cluster or tree layouts. And using a custom path generator to draw orthogonal lines connecting nodes, as in this elbow dendrogram. I guess I was feeling inspired so I gave it a shot:

    • http://bl.ocks.org/2966094
    0 讨论(0)
  • 2020-12-07 10:43

    I recently created some examples of using D3 to draw pedigrees in the style that most software does. There are examples for showing how to make it expand and collapse, transitions, and showing descendants as well as ancestors.

    enter image description here

    0 讨论(0)
提交回复
热议问题