drawWidth

Specifies the line thickness of the point mark border when pointed to with the mouse:


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

This setting is demonstrated in the following example.