Kacper Madej

Results 172 comments of Kacper Madej

`softThreshold` were not working as documented before 8.2.0 and this was fixed in #13538 > Nonetheless, the Y axis of my area graph was still crossing the zero plane. Zero...

> How can the minimum be zero when the data of the area graph are all large values? The y axis, which is connected to the area series, has a...

From the TS definitions point of view, shouldn't those properties be stored on point object in option [`custom`](https://api.highcharts.com/highcharts/series.line.data.custom)? So not like in the code sample above or in the demo?...

Hi @soetji , Thank you for reporting the problem. Minimal demo: https://jsfiddle.net/BlackLabel/Lhxr43pt/ Steps: toggle 3rd series (orange) in the legend - on show the other series are animated in a...

The second demo lacks data module - with it added it throws an error. https://jsfiddle.net/BlackLabel/zvgupw68/ After this demo difference, there's the configuration difference for axes (x, y, & color) having...

@MarkusBarstad The difference between the JSFiddle demo linked in this thread for the `Large Heatmap` and what's in the official demo or locally in utils is that `turboThreshold: Number.MAX_VALUE` is...

As a workaround, `tooltip.outside` could be toggled when fullscreen mode is opened or closed on the menu button click. Demo: https://jsfiddle.net/BlackLabel/hkjtu8xn/1/

Hi @clarghi Thank you for reporting the problem. _Internal note:_ Additionally, the navigator seems to be lacking the series plot.

Here are some rough PoC demos based on [chart.scrollablePlotArea](https://api.highcharts.com/highcharts/chart.scrollablePlotArea) idea: - [demo for a vertical scroll](https://jsfiddle.net/BlackLabel/aev928w3/) - [demo for a horizontal scroll](https://jsfiddle.net/BlackLabel/au0kgrc5/) Please leave a 👍 reaction if this is...

Hi @stenTT Thank you for reporting the problem. _Internal note:_ Looks like even just the presence of the breaks option is changing how series and axis are rendered. Demo with...