score:3

You can use the 'top' and 'height' properties of the y axis to achieve this:

yAxis: [{
  height:100
},{
  top:110,
  height:75
}]

Examples:


Related Query

More Query from same tag