Rafał

Results 103 comments of Rafał

Hi @govinda18, thanks for creating the ticket and such a detailed explanation! Indeed, the docs should be corrected. The API doc for the xAxis [xAxis.labels.align](https://api.highcharts.com/highcharts/xAxis.labels.align) is documented better, but needs...

Also, there's a problem with left spacing (the labels are cut) when `yAxis.opposite: false` and `align: 'left'` (and some other cases too): https://jsfiddle.net/BlackLabel/wrqst75o/

Hi @IgorFIE, thank you for creating the ticket! Actually, the docs are wrong. Some time ago I reported a [docs bug](https://github.com/highcharts/highcharts/issues/15245) that `xAxis.labels.allowOverlap` property is not documented in API. But...

Hi @MightyPork, thanks for writing to us about your issue. Your series is barely visible because the fillOpacity is divided by 10 (a temporary fix added in this ticket: https://github.com/highcharts/highcharts/issues/6759)...

Hi, thank you for reporting the issue. Simplified demo: https://jsfiddle.net/BlackLabel/w4s7uyce/ When scrolling, the tooltip is shown every 2nd scroll. It's related to [this ticket](https://github.com/highcharts/highcharts/issues/12416), possible duplicate. Fix from [this PR](https://github.com/highcharts/highcharts/pull/16002)...

Hi @rdp1414, thanks for reporting. It seems like it's never worked. The drilldown is working fine from non-boosted series into boosted, but it doesn't work from boosted to non-boosted. From...

Hi @rdp1414, This is a known boost limitation: click event is not working on a boosted series, see more info: https://www.highcharts.com/docs/advanced-chart-features/boost-module#caveats Related ticket: https://github.com/highcharts/highcharts/issues/14067 There's a small workaround allowing to...

Hi @TheBryanMac, thank you for reporting the problem. Simplified demo: https://jsfiddle.net/BlackLabel/jeL3rzpv/

Hi @rignaldspan and thank you for reporting the issue. This is caused by the axis labels group's height which is, in case of [this demo](https://jsfiddle.net/BlackLabel/73uxngqd/), over 10.000px: ![image](https://user-images.githubusercontent.com/23310742/122046254-f7dfb880-cdde-11eb-9224-0f0204da39e4.png)

After further investigation, the height is over 10.000 because the last label is hidden by setting its y to -9999. This is intended behavior and shouldn't be considered as a...