Highcharts Pie参数设置

一、AlignValue

  • "center" | "left" | "right“

二、PlotOption -> Pie -> dataLable-> distance

数据标签到饼图外缘的距离,可以为”-“。

    plotOptions: {
        pie: {
            dataLabels: {
                distance: '-60%'
            }
        }
    },

 

 

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

 

posted @ 2022-11-07 18:15  yehaita  阅读(294)  评论(0)    收藏  举报