Skip to content
On this page

热力图

显示

javascript
(data,comp)=>{
	const source=[
		{"position":[122.18727773049478, 29.98782700983098],"value":1},
		{"position":[122.1869928875696, 29.987174464798667],"value":1},
		{"position":[122.18827112713244, 29.987553853907794],"value":1},
		{"position":[122.18753696007991, 29.98680757178213],"value":1},
		{"position":[122.18880957354239, 29.987298147852883],"value":1},
		{"position":[122.18809163508853, 29.986403917433954],"value":1}
	]
	comp.heatmapManager.heatmapAddByGeoJson(source)
}
(data,comp)=>{
	const source=[
		{"position":[122.18727773049478, 29.98782700983098],"value":1},
		{"position":[122.1869928875696, 29.987174464798667],"value":1},
		{"position":[122.18827112713244, 29.987553853907794],"value":1},
		{"position":[122.18753696007991, 29.98680757178213],"value":1},
		{"position":[122.18880957354239, 29.987298147852883],"value":1},
		{"position":[122.18809163508853, 29.986403917433954],"value":1}
	]
	comp.heatmapManager.heatmapAddByGeoJson(source)
}

移除

javascript
(data,comp)=>{
	comp.heatmapManager.remove()
}
(data,comp)=>{
	comp.heatmapManager.remove()
}

Demo地址:http://tianque.oicp.net:28182/tq-bigscreen-web/#/build/1496777812460183553

Last updated: