score:5

Accepted answer

check xaxis.plotlines.label.y to adjust the label positin

fiddle demo

 yaxis: {
    plotlines: [{
        color: 'red',
        width: 2,
        value: 100,
        label: {
            text: 'plot line',
            align: 'right',
            y: 20, /*moves label down*/
        }
    }]
},

Related Query

More Query from same tag