drawRadius

Specifies the size of the point mark when hovered with the mouse:

seriesSettings: {
    polarscatter: {
        pointMark: {
            activeSettings: {
                pointHoveredState: {
                    drawRadius: 12
                }
            }
        }
    }
}

This setting is demonstrated in the following example.