这应该很容易,我不知道为什么不!
尝试为区域中间的每个系列添加单个标签.
因此,不是每个点上的数据标签,我只想在中间的一个.
dataLabels: {
enabled: true,
align: 'center',
verticalAlign: 'bottom',
formatter: function() {return this.series.name; },
}
Run Code Online (Sandbox Code Playgroud)
有人帮忙吗?我确信它可以手动添加为定位标签,但这似乎是一种解决方法.
谢谢!
highcharts ×1