Skip to main content

Interface: HeatmapPaint

Defined in: spec/types.ts:198

Properties

heatmapIntensity?

optional heatmapIntensity?: number

Defined in: spec/types.ts:204

Multiplier applied to each pixel's weight. Default: 1.


heatmapOpacity?

optional heatmapOpacity?: number

Defined in: spec/types.ts:202

Similar to circleOpacity — controls overall layer opacity. Default: 1.


heatmapRadius?

optional heatmapRadius?: number

Defined in: spec/types.ts:200

Radius of influence of each data point, in pixels. Default: 15.


heatmapWeight?

optional heatmapWeight?: number

Defined in: spec/types.ts:206

Individual data point contribution weight. Default: 1.