borderWidth

Specifies the thickness of the border of the series element being pointed to with the mouse.

seriesSettings: {
    rangebar: {
        activeSettings: {
            pointHoveredState: {
             enabled: true,  
             borderColor: 'green',   
             borderWidth:3
            }
        }  
    }
}

This setting is demonstrated in the following example.