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

Function Scale

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

* Maintains a scale function mapping data values to visual channels. * @constructor * @param {object} params - The parameters for this operator.

(params)

Source from the content-addressed store, hash-verified

110939 */
110940
110941function Scale(params) {
110942 _vegaDataflow.Transform.call(this, null, params);
110943
110944 this.modified(true); // always treat as modified
110945}
110946
110947var prototype = (0, _vegaUtil.inherits)(Scale, _vegaDataflow.Transform);
110948

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected