Skip to main content

Interface: HeatmapPaint

Defined in: spec/types.ts:182

Properties

heatmapIntensity?

optional heatmapIntensity?: number

Defined in: spec/types.ts:188

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


heatmapOpacity?

optional heatmapOpacity?: number

Defined in: spec/types.ts:186

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


heatmapRadius?

optional heatmapRadius?: number

Defined in: spec/types.ts:184

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


heatmapWeight?

optional heatmapWeight?: number

Defined in: spec/types.ts:190

Individual data point contribution weight. Default: 1.