This commit is contained in:
Mike Bostock 2017-01-28 21:37:01 -08:00
Родитель 559f497dc4
Коммит b79843666b
2 изменённых файлов: 2 добавлений и 1 удалений

1
API.md
Просмотреть файл

@ -482,6 +482,7 @@ Layout algorithms for visualizing hierarchical data.
* [*node*.links](https://github.com/d3/d3-hierarchy/blob/master/README.md#node_links) - generate an array of links.
* [*node*.sum](https://github.com/d3/d3-hierarchy/blob/master/README.md#node_sum) - evaluate and aggregate quantitative values.
* [*node*.sort](https://github.com/d3/d3-hierarchy/blob/master/README.md#node_sort) - sort all descendant siblings.
* [*node*.count](https://github.com/d3/d3-hierarchy/blob/master/README.md#node_count) - count the number of leaves.
* [*node*.each](https://github.com/d3/d3-hierarchy/blob/master/README.md#node_each) - breadth-first traversal.
* [*node*.eachAfter](https://github.com/d3/d3-hierarchy/blob/master/README.md#node_eachAfter) - post-order traversal.
* [*node*.eachBefore](https://github.com/d3/d3-hierarchy/blob/master/README.md#node_eachBefore) - pre-order traversal.

Просмотреть файл

@ -53,7 +53,7 @@
"d3-force": "1.0.4",
"d3-format": "1.0.2",
"d3-geo": "1.4.0",
"d3-hierarchy": "1.0.3",
"d3-hierarchy": "1.1.1",
"d3-interpolate": "1.1.3",
"d3-path": "1.0.3",
"d3-polygon": "1.0.2",