distance

Specifies the distance between the individual pies’ labels texts and the pies edges. Negative values place the text inside the pie, while positive numbers- outside:


seriesSettings: {
    pie: {
        dataPointText:
            {
                distance:45
            }
    }
}

This setting is demonstrated in the following example.