Optional
boundOptional
bounds边界范围 [[minx, minz],[maxx, maxz]]
Optional
canvas画布大小
Optional
clip裁剪多边形
数据项
点坐标 x,z
值
Optional
height3d热力图时高度比例 默认10
Optional
maxOptional
minOptional
mode3D3d热力图模式
Optional
segment3d热力图平面分割数 默认50
Optional
style样式
Optional
backgroundA background color string in form of hexcode, color name, or rgb(a)
Optional
blur?: numberThe 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
gradient?: { An object that represents the gradient. Syntax: {[key: number in range [0,1]]: color} Default value: { 0.25: "rgb(0,0,255)", 0.55: "rgb(0,255,0)", 0.85: "yellow", 1.0: "rgb(255,0,0)"}
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
opacity?: numberA global opacity for the whole heatmap. This overrides maxOpacity and minOpacity if set Default value: 0.6
Optional
radius?: numberThe radius each datapoint will have (if not specified on the datapoint itself) Default value: 40
Optional
scaleScales the radius based on map zoom.
热力图参数