borderRadius
Specifies the corners smoothing value for the text border:
seriesSettings: { bubble: { dataPointText: { enabled: true, backgroundColor: "red", borderColor: "green", borderWidth: 4, borderRadius: 5 } } }
This setting is demonstrated in the following example.