score:3

Accepted answer

This appears to be a function of the dataGrouping options.

Disable dataGrouping and it seems to work fine.

Code:

plotOptions: {
  series: {
    dataGrouping: {
      enabled: false
    }
  }
}

Updated fiddle:

Reference:


Related Query

More Query from same tag