The blur factor that will be applied to all datapoints. The higher the blur factor is, the smoother the gradients will be Default value: 0.85
An object that represents the gradient. Syntax: {[key: number in range [0,1]]: color}
The maximal opacity the highest value in the heatmap will have. (will be overridden if opacity set) Default value: 0.6
The minimum opacity the lowest value in the heatmap will have (will be overridden if opacity set)
Pass a callback to receive extrema change updates. Useful for DOM legends.
A global opacity for the whole heatmap. This overrides maxOpacity and minOpacity if set Default value: 0.6
The radius each datapoint will have (if not specified on the datapoint itself)
Indicate whether the heatmap should use a global extrema or a local extrema (the maximum and minimum of the currently displayed viewport)
The property name of the value/weight in a datapoint Default value: 'value'
Generated using TypeDoc
A background color string in form of hexcode, color name, or rgb(a)