borderWidth

Specifies the line thickness of the text border:

seriesSettings: {
    bubble: {
        dataPointText: {
            enabled: true,
            backgroundColor: "red",
            borderColor: "green",
            borderWidth: 4,
            borderRadius: 5
        }
    }
}

This setting is demonstrated in the following example.