diff --git a/src/plugins/highcharts/renderer/helpers/config/config.js b/src/plugins/highcharts/renderer/helpers/config/config.js index 5e0b2f49..4a0239a0 100644 --- a/src/plugins/highcharts/renderer/helpers/config/config.js +++ b/src/plugins/highcharts/renderer/helpers/config/config.js @@ -491,7 +491,7 @@ function getTooltip(tooltip, options, comments, holidays) { const isDatetimeXAxis = xAxis.options.type === 'datetime'; let json; - if (['pie', 'funnel', 'solidgauge'].includes(serieType)) { + if (['pie', 'funnel', 'solidgauge', 'packedbubble'].includes(serieType)) { const dataSource = this.point || this.points[0].point; const precision = isNumber(options.tooltipPercentPrecision)