Package | Description |
---|---|
com.github.gwtd3.api.layout |
Modifier and Type | Class and Description |
---|---|
class |
Cluster
The cluster layout produces dendrograms: node-link diagrams that place leaf
nodes of the tree at the same depth.
|
class |
Tree
Per the d3 API
reference, the tree layout produces tidy node-link diagrams of trees
using the Reingold–Tilford “tidy” algorithm.
|
Copyright © 2015 gwt-d3. All rights reserved.