drawWidth

Specifies the series line thickness:

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

This setting is demonstrated in the following example.