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

Function Heatmap

docs/app/js/sanddance-app.js:131506–131508  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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}
131509Heatmap.Definition = {
131510 "type": "heatmap",
131511 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected