score:1

Accepted answer

In case someone is looking for the same thing: The solution is to add threshold: 0 here:

navigator: {
  series: {
    threshold: 0,
},

Check API


Related Query

More Query from same tag