gpt4 book ai didi

javascript - this.point.properties 未定义的 Highcharts

转载 作者:行者123 更新时间:2023-11-29 21:20:12 25 4
gpt4 key购买 nike

我在 highmaps 中使用自定义 map 。我的 map 渲染良好,当我尝试将点绑定(bind)到数据时,它可以正常工作。我的问题是我无法读取点属性或将事件附加到任何点。控制台上的错误是 this.point.properties 未定义。 https://jsfiddle.net/mwendakith/0tyfph44/

plotOptions: {
map: {
allAreas: false,
dataLabels: {
enabled : true,
formatter: function(){
if(this.point.properties){
return this.point.properties['name'];
}
}
},
},
},

最佳答案

我发现可以在系列定义中访问点属性。 https://jsfiddle.net/mwendakith/0tyfph44/3/

series: [
{
"type": "map",
"data": data,
dataLabels: {
enabled: true,
color: '#FFFFFF',
format: '{point.name}'
},
}
],

关于javascript - this.point.properties 未定义的 Highcharts ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38715179/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com