比如在
http://echarts.baidu.com/demo.html#heatmap-map
中,怎么显示出各个省份的地名?
能显示出地名。
目前在做某市内各辖区的热力图,无法显示出各区域地名。
option = {
}
label: {
normal: {
show: true
},
emphasis: {
show: true
}
},

并没有效果。

show:true 放错了位置,放在geo上才对,谢谢pissang的解答。
THX~ 很有帮助
Most helpful comment
跟 http://echarts.baidu.com/gallery/editor.html?c=map-china 一样