我用欧洲地区制作了一张地图:see fiddle
这是我的工具提示:
tooltip: {
useHTML: true,
outside: false,
formatter: function() {
return '<span>' + this.point.country + '<br>' + this.point.land + '<br>' + this.point.name + '<br>' + this.point.id + '<br>' + this.point.nuts + '<br>' + this.point.level + '<br>' + this.point.datum + '</span>';
}
},
答案 0 :(得分:0)
我发现了问题。工具提示从geojson的元数据中提取了name列。重命名数据列即可解决该问题。