drawWidth

Specifies the width of the plot line.

axisX: {
    plotLines: [
        { start: 3, drawWidth: 2, drawColor: 'green' },
        { start: 8, drawWidth: 2, drawColor: 'red' }
    ]
}

This setting is demonstrated in the following example.