Draw a heatmap using 2D points.
Heat will accumulate over the lifecycle of this step.
Configuration:
- points: Names of the points to be used for the heatmap. Accepts both single points and lists of points.
- radius: Size of area influenced by a point.
- fadingFactor: Optional. Value between 0 and 1. 0: No Fade, 1: Instant fade; default: 0.9
- image: Optional. Name of the image to be drawn on
- opacity: Optional. Opacity of the heatmap. Between 0 and 1. 0: Fully transparent, 1: Fully opaque; default: 0.5
- width: Must be provided when image isn't set. Used to resolve position of points with relative addressing (dimensions between 0 and 1)
- height: Must be provided when image isn't set. Used to resolve position of points with relative addressing (dimensions between 0 and 1)
- outputName: Name of the output image