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

Function HierarchyLayout

docs/app/js/sanddance-app.js:136926–136928  ·  view source on GitHub ↗

* Abstract class for tree layout. * @constructor * @param {object} params - The parameters for this operator.

(params)

Source from the content-addressed store, hash-verified

136924 * @constructor
136925 * @param {object} params - The parameters for this operator.
136926 */ function HierarchyLayout(params) {
136927 (0, _vegaDataflow.Transform).call(this, null, params);
136928}
136929const defaultSeparation = (a, b)=>a.parent === b.parent ? 1 : 2;
136930(0, _vegaUtil.inherits)(HierarchyLayout, (0, _vegaDataflow.Transform), {
136931 transform (_, pulse) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected