Bubble chart Hover

28 Views Asked by At

Can we remove 'Series 1' displaying on top or modify it?
Also, can we limit the number of values displayed on hover and add a view more option? Bubble Chart

We were tring to remove or modify the 'Series' header 1 but were not successful

1

There are 1 best solutions below

0
ppotaczek On

To remove the 'Series 1' text, edit the tooltip.headerFormat property:

tooltip: {
  headerFormat: ''
}

The rest of the content can be edited freely by using one of the options: pointFormat, pointFormatter or formatter.


Live demo: https://jsfiddle.net/BlackLabel/eu489t7L/

API Reference:

https://api.highcharts.com/highcharts/tooltip.headerFormat

https://api.highcharts.com/highcharts/tooltip.pointFormat