drawWidth

Determines the width of the series line, when hoveres:

seriesSettings: {
    polarspline: {
        activeSettings: {
            pointHoveredState: {
                drawWidth: 5                
            }
        }
    }
}

This setting is demonstrated in the following example.