distance

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


seriesSettings: {
    donut: {
        dataPointText:
            {
                distance:45
            }
    }
}

This setting is demonstrated in the following example.