* Compute text label layout to annotate marks. * @constructor * @param {object} params - The parameters for this operator. * @param {Array } params.size - The size of the layout, provided as a [width, height] array. * @param {function(*,*): number} [params.sort] - An optional * compara
(params)
| 139189 | * @param {Array<string>} [params.as] - The output fields written by the transform. |
| 139190 | * The default is ['x', 'y', 'opacity', 'align', 'baseline']. |
| 139191 | */ function Label(params) { |
| 139192 | (0, _vegaDataflow.Transform).call(this, null, params); |
| 139193 | } |
| 139194 | Label.Definition = { |
| 139195 | type: "Label", |
| 139196 | metadata: { |
nothing calls this directly
no outgoing calls
no test coverage detected