* Render a heatmap image for input raster grid data. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} [params.field] - The field with raster grid * data. If unspecified, the tuple itself is interpreted as a raster grid. * @param {strin
(params9)
| 131504 | * @param {string} [params.as='image'] - The output field in which to store |
| 131505 | * the generated bitmap canvas images (default 'image'). |
| 131506 | */ function Heatmap(params9) { |
| 131507 | (0, _vegaDataflow.Transform).call(this, null, params9); |
| 131508 | } |
| 131509 | Heatmap.Definition = { |
| 131510 | "type": "heatmap", |
| 131511 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected