Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Apr 1, 2016
1 parent 48d1bea commit 26f1531
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ The returned node and each descendant has the following properties:
* *node*.parent - the parent node, or null for the root node
* *node*.children - an array of child nodes, if any; undefined for leaf nodes.

See also [Stratify](#stratify) for how to convert tabular data into a hierarchy.

This method can also be used to test if a node is an `instanceof d3.hierarchy` and to extend the node prototype.

<a name="node_ancestors" href="#node_ancestors">#</a> <i>node</i>.<b>ancestors</b>()
Expand Down

0 comments on commit 26f1531

Please sign in to comment.