Optional backgroundOptional blurThe 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
Optional gradientAn object that represents the gradient. Syntax: {[key: number in range [0,1]]: color}
Optional kernel选择核算法:"radialGradient" 使用现有径向渐变,"gaussian" 使用严格高斯线性累加
Optional maxThe maximal opacity the highest value in the heatmap will have. (will be overridden if opacity set) Default value: 0.6
Optional minThe minimum opacity the lowest value in the heatmap will have (will be overridden if opacity set)
Optional onPass a callback to receive extrema change updates. Useful for DOM legends.
Optional opacityA global opacity for the whole heatmap. This overrides maxOpacity and minOpacity if set Default value: 0.6
Optional radiusThe radius each datapoint will have (if not specified on the datapoint itself)
Optional useIndicate whether the heatmap should use a global extrema or a local extrema (the maximum and minimum of the currently displayed viewport)
Optional valueThe property name of the value/weight in a datapoint Default value: 'value'
A background color string in form of hexcode, color name, or rgb(a)