borderRadius

Specifies the corners smoothing value for the text border:


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

This setting is demonstrated in the following example.