score:1

Accepted answer

Sure, you just need to disable split property that is responsible for splitting the tooltip to multiple labels.

API reference: https://api.highcharts.com/highcharts/tooltip.split

Demo: https://jsfiddle.net/BlackLabel/e0ytgxsn/

tooltip: {
  split: false
}

Related Query

More Query from same tag