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

Function Pack

docs/app/js/sanddance-app.js:136971–136973  ·  view source on GitHub ↗

* Packed circle tree layout. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} params.field - The value field to size nodes.

(params)

Source from the content-addressed store, hash-verified

136969 * @param {object} params - The parameters for this operator.
136970 * @param {function(object): *} params.field - The value field to size nodes.
136971 */ function Pack(params) {
136972 HierarchyLayout.call(this, params);
136973}
136974Pack.Definition = {
136975 "type": "Pack",
136976 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected