You can use annotations and place them outside plot-area, for example:
annotations: [{
animation: false,
labelOptions: {
backgroundColor: 'transparent',
overflow: 'none',
borderWidth: 0,
shape: 'rect',
style: {
color: '#000'
}
},
labels: [{
text: 'some text',
point: {
x: 10,
y: -20
}
}, {
text: 'some text2',
point: {
x: 10,
y: 270
}
}]
}]
Live demo: http://jsfiddle.net/BlackLabel/qm6wd2g5/
API Reference: https://api.highcharts.com/highcharts/annotations
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…