Highcharts Pie参数设置
一、AlignValue
- "center" | "left" | "right“
二、PlotOption -> Pie -> dataLable-> distance
数据标签到饼图外缘的距离,可以为”-“。
plotOptions: { pie: { dataLabels: { distance: '-60%' } } },


plotOptions: { pie: { dataLabels: { distance: '10%' } } },
数据标签到饼图外缘的距离,可以为”-“。
plotOptions: { pie: { dataLabels: { distance: '-60%' } } },


plotOptions: { pie: { dataLabels: { distance: '10%' } } },
