highcharts / highcharts

Highcharts JS, the JavaScript charting framework
https://www.highcharts.com
Other
12.03k stars 3.63k forks source link

Nagative z-values on bubble chart doesn't display with sizeByAbsoluteValue in boost mode #21711

Open Dalantren opened 2 months ago

Dalantren commented 2 months ago

Expected behaviour

In Boost mode with sizeByAbsoluteValue negative bubbles should display correct size

Actual behaviour

When using boost mode and series contains negative values with sizeByAbsoluteValue: true, bubble size calculated incorrectly and just display bubbles as a dots

Live demo with steps to reproduce

https://jsfiddle.net/dalantren/pse85c0j/9/ Comment line 60 to check the difference

Product version

"highcharts": { "version": "11.4.6", }, "highcharts-angular": { "version": "4.0.1", } },

Affected browser(s)

At least Chrome Version 123.0.6312.106

bm64 commented 2 months ago

Hi @Dalantren and thanks for reporting the issue.