drawWidth

Specifies the series line thickness:

seriesSettings: {
    line: {
        activeSettings: {
            pointHoveredState: {
                drawWidth: 12
            }
        }
    }
}

This setting is demonstrated in the following example.