padding

Specifies the text offset to its surrounding border, given that the borderis visible:


seriesSettings: {
    donut: {
        dataPointText:
            {
                padding: 20
            }
    }
}

This setting is demonstrated in the following example.