* Maintains a scale function mapping data values to visual channels. * @constructor * @param {object} params - The parameters for this operator.
(params)
| 110939 | */ |
| 110940 | |
| 110941 | function Scale(params) { |
| 110942 | _vegaDataflow.Transform.call(this, null, params); |
| 110943 | |
| 110944 | this.modified(true); // always treat as modified |
| 110945 | } |
| 110946 | |
| 110947 | var prototype = (0, _vegaUtil.inherits)(Scale, _vegaDataflow.Transform); |
| 110948 |
nothing calls this directly
no outgoing calls
no test coverage detected