borderColor

Specifies the color of the border, surrounding the text:


seriesSettings: {
    donut: {
        dataPointText:
            {
                borderColor: 'red',
                borderWidth: 5,
                borderRadius:5
            }
    }
}

This setting is demonstrated in the following example.