要渲染的数据:[经度,维度,值] 例如: var data = [[116.420691626, 39.4574061868, 63],[116.423620497, 39.4574061868, 228],[116.33868323, 39.4596597489, 84]] 在Echarts官方示例的基础上,修改 renderItem 函数即可 function renderItem(params, api) { const [lngIndex, latIndex] = [api.value(