drawWidth

Specifies the line thickness of the point mark border when hovered with the mouse:

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

This setting is demonstrated in the following example.