drawWidth

Specifies the line thickness of the border of the data series points mark:

seriesSettings: {
    bubble: {
        pointMark: {
            drawWidth: 12
        }
    }
}

This setting is demonstrated in the following example.