score:2

Accepted answer

set series.softthreshold to true.

plotoptions: {
  series: {
    threshold: 20,
    softthreshold: true
  }
},

live example: https://jsfiddle.net/j58bvw36/


Related Query