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

Function ViewLayout

docs/tests/v2/es6/js/sanddance.js:104586–104588  ·  view source on GitHub ↗

* Layout view elements such as axes and legends. * Also performs size adjustments. * @constructor * @param {object} params - The parameters for this operator. * @param {object} params.mark - Scenegraph mark of groups to layout.

(params)

Source from the content-addressed store, hash-verified

104584 * @param {object} params.mark - Scenegraph mark of groups to layout.
104585 */
104586function ViewLayout(params) {
104587 _vegaDataflow.Transform.call(this, null, params);
104588}
104589
104590var prototype = (0, _vegaUtil.inherits)(ViewLayout, _vegaDataflow.Transform);
104591

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected