D3: d3 tree

发布时间:2019-06-08 发布网站:脚本宝典
脚本宝典收集整理的这篇文章主要介绍了D3: d3 tree脚本宝典觉得挺不错的,现在分享给大家,也给大家做个参考。

d3.layout.tree API

d3.layout.tree - position a tree of nodes tidil 定位节点树
tree - alias for tree.nodes tree.nodes 的别名
tree.nodes - compute the tree layout and return the array of nodes 计算树布局并返回节点数组
tree.links - compute the parent-child links between tree nodes 计算树节点之间的父子关系
tree.children -get or set the children accessor function 获取或设置子节点访问函数
tree.sort - control the order in which sibling nodes are traversed 对同级节点进行排序
tree.separation - get or set the spacing function between neighboring nodes 获取或设置相邻节点之间的间距的函数
tree.size - specify the layout size in x and y 指定在x和y的布局尺寸
tree.nodeSize - specify a fixed size for each node 指定每个节点的固定大小

d3.svg.diagonal API

d3.svg.diagonal - create a new diagonal generator 创建一个新的对角发生器
diagonal.projection - get or set an optional point transform 获取或设置一个任意变换点

d3 tree 实例

d3 tree - d3 tree - A simple Tree Diagram

d3 tree - Styling nodes in a tree diagram

d3 tree - Making a vertical tree diagram

d3 tree - Generating a tree diagram from ‘flat’ data

d3 tree - An interactive tree diagram

d3 tree - An interactive tree diagram with arrow marker

脚本宝典总结

以上是脚本宝典为你收集整理的D3: d3 tree全部内容,希望文章能够帮你解决D3: d3 tree所遇到的问题。

如果觉得脚本宝典网站内容还不错,欢迎将脚本宝典推荐好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: