drawWidth

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

seriesSettings: {
    polarsplinearea: {
        pointMark: {
            enabled: true,
            activeSettings: {
                pointHoveredState: {
                    enabled: true,
                    drawWidth: 7
                }
            }
        }
    }
}

This setting is demonstrated in the following example.