gpt4 book ai didi

javascript - 如何在饼图的 Highcharts 中隐藏标签

转载 作者:可可西里 更新时间:2023-11-01 01:28:34 26 4
gpt4 key购买 nike

不知道如何隐藏饼图标签。 enter image description here

我已经尝试过这些设置:

                xAxis: {
labels:
{
enabled: false
}
},
yAxis: {
min: 0,
gridLineWidth: 0,
title: {
text: ''
},
labels:
{
enabled: false
}
},

但看起来它不起作用。

最佳答案

您在饼图的 plotoptions 中设置它,而不是轴:

plotOptions: {
pie: {
allowPointSelect: true,
cursor: 'pointer',
dataLabels: {
enabled: false,
}
}
}

FIDDLE

关于javascript - 如何在饼图的 Highcharts 中隐藏标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16592466/

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