答案 0 :(得分:1)
您可以使用多个dataLabels
来获得所需的结果:
series: [{
data: [3, 2, 1],
dataLabels: [{
enabled: true
}, {
enabled: true,
verticalAlign: 'bottom',
inside: true,
format: '{point.series.name}',
y: 20
}]
}, ...]
实时演示: http://jsfiddle.net/BlackLabel/qfx8vg9u/
API参考: https://api.highcharts.com/class-reference/Highcharts.DataLabelsOptionsObject#format