您可以使用plotBands
:
yAxis: {
plotBands: [{
from: 0,
to: 10,
color: '#828282'
}, {
from: 10,
to: 20,
color: '#949494'
}, ...]
}
实时演示: http://jsfiddle.net/BlackLabel/6m4e8x0y/4779/
API参考: https://api.highcharts.com/highcharts/yAxis.plotBands