使用强制布局获取D3静态树图

时间:2014-01-24 10:22:37

标签: d3.js tree force-layout

请帮我创建这样的图表:(我试过,但坚持设置force layout

enter image description here

以下是an implementation of ordinary D3 tree with "FISH" data

enter image description here

挑战在于:我们如何从上图中获得下图? (但没有"硬编码和#34;坐标;这意味着,需要应用力布局或类似方法)

enter image description here

1 个答案:

答案 0 :(得分:-1)

完成教程can be found here

您还应该阅读tree layout的文档。