Kacper Madej

Results 172 comments of Kacper Madej

Hi @jer-tx Thank you for reporting the problem. Please add a way to recreate the problem - e.g. a demo in an online sandbox with the Angular app or a...

Unable to run due to an error: ```console npm run dev:ssr > [email protected] dev:ssr > ng run fullscreen:serve-ssr **************************************************************************************** This is a simple server for use in testing or debugging...

@pavelkaps How about https://github.com/highcharts/highcharts/issues/15275#issuecomment-882092816 ?

Hi @kai2468 Thank you for reporting the problem. _Internal note / more details:_ Data module has the source of the problem - it is not a Maps specific issue. A...

Hi @Shubham786786 Thank you for reporting the problem. Windows High Contrast Theme's dynamic change is currently not supported - you have to reload the chart, so it will be created...

It looks to me that `startOnTick` and `endOnTick` are affected: https://jsfiddle.net/BlackLabel/dy5rqg94/1/ As seen in code: https://github.com/highcharts/highcharts/blob/72a8dcbb49a6f16e081717ae87969dde287363f0/ts/Core/Axis/Axis.ts#L5702-L5705 IMO docs should have more info about this issue

@magdalena-gut Sounds great. Let's improve that demo with `clip: true` for `plotOptions.pie`.

There is an option in API that should resolve this, but it doesn't work - looks like a wrong API option because it never worked as described. https://api.highcharts.com/highcharts/yAxis.labels.overflow PoC /...

Hi @stroobandt Thank you for reporting the problem. Setting `threshold: null` resolves the problem - https://jsfiddle.net/BlackLabel/k5pqsyr0/ Please let me know if this fixes the problem and if the issue could...

The behavior is correct as 0 is the default `threshold` for `area` and ["If a number is given, the Y axis will scale to the threshold."](https://api.highcharts.com/highcharts/series.area.threshold). The difference between 8.1.2...