Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MUR Drupal
d3-library
Commits
44515fd8
Commit
44515fd8
authored
Jun 25, 2016
by
Mike Bostock
Browse files
Update API.
parent
119aaeed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
API.md
API.md
+2
-2
No files found.
API.md
View file @
44515fd8
...
...
@@ -449,8 +449,8 @@ Layout algorithms for visualizing hierarchical data.
*
[
*node*.ancestors
](
#node_ancestors
)
- generate an array of ancestors.
*
[
*node*.descendants
](
#node_descendants
)
- generate an array of descendants.
*
[
*node*.leaves
](
#node_leaves
)
- generate an array of leaves.
*
[
*node*.links
](
#node_links
)
- generate an array of links.
*
[
*node*.path
](
#node_path
)
- generate the shortest path to another node.
*
[
*node*.links
](
#node_links
)
- generate an array of links.
*
[
*node*.sum
](
#node_sum
)
- evaluate and aggregate quantitative values.
*
[
*node*.sort
](
#node_sort
)
- sort all descendant siblings.
*
[
*node*.each
](
#node_each
)
- breadth-first traversal.
...
...
@@ -488,7 +488,7 @@ Layout algorithms for visualizing hierarchical data.
*
[
d3.treemapSlice
](
#treemapSlice
)
- tile into a vertical column.
*
[
d3.treemapSliceDice
](
#treemapSliceDice
)
- alternate between slicing and dicing.
*
[
d3.treemapSquarify
](
#treemapSquarify
)
- tile using squarified rows per Bruls
*et. al.*
*
[
d3.treemapResquarify
](
#treemapResquarify
)
-
*
[
d3.treemapResquarify
](
#treemapResquarify
)
-
like d3.treemapSquarify, but performs stable updates.
*
[
*squarify*.ratio
](
#squarify_ratio
)
- set the desired rectangle aspect ratio.
*
[
d3.partition
](
#partition
)
- create a new partition (icicle or sunburst) layout.
*
[
*partition*
](
#_partition
)
- layout the specified hierarchy as a partition diagram.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment