MCPcopy Create free account
hub / github.com/microsoft/SandDance / Tree

Function Tree

docs/app/js/sanddance-app.js:137144–137146  ·  view source on GitHub ↗

* Tree layout. Depending on the method parameter, performs either * Reingold-Tilford 'tidy' layout or dendrogram 'cluster' layout. * @constructor * @param {object} params - The parameters for this operator.

(params)

Source from the content-addressed store, hash-verified

137142 * @constructor
137143 * @param {object} params - The parameters for this operator.
137144 */ function Tree(params) {
137145 HierarchyLayout.call(this, params);
137146}
137147Tree.Definition = {
137148 "type": "Tree",
137149 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected