Jakub Szumiński

Results 21 issues of Jakub Szumiński

Fixed #19046, Pareto series did not work for series with `dataSorting` enabled. **Demo of the issue:** https://jsfiddle.net/BlackLabel/75s1cak0/ **Demo after fix:** https://jsfiddle.net/BlackLabel/skjgtyLu/ **Tasks:** - [x] Fix the issue - [x] Add...

Changelog: Bugfix

Fixed #19169, the `focusBorder` is now removed from `SVGElement` after the element has been unfocused. **Demo before fix:** https://jsfiddle.net/BlackLabel/2zq1cgov/ **Demo after fix:** https://jsfiddle.net/BlackLabel/19wcmae8/

Changelog: Bugfix

#### Actual behaviour Since v11.0.0, the `drillupall` method is being called way too many times (there seems to be a leak in one of the loops [redraw->drillupall->redraw->drillupall->...]) which drastically slows...

Product: Highcharts
Type: Regression

## Description A JSON config passed to the Export Server (on the currently deployed version) renders the same chart in 2 different layouts (seems to be random). ## Images 1st...

bug

Currently, the `constructorType` accepts any string; it should only accept `'chart' | 'stockChart' | 'mapChart' | 'ganttChart'` which is not the case.

enhancement

Fixed #547, add XLink namespace for SVG results. --- ### *Internal note* As described in #547, the SVG is not being rendered properly when there is an `

bug

## What and why? The goal of this pull request is to get rid of the unnecessary `colors` dependency and perform a slight refactoring of the logging logic. The logging...

enhancement

## Unexpected behavior When exporting a chart with a custom marker: https://jsfiddle.net/sartzberger/q4uxh98r/3/ it gets exported about 10% of the times. The marker image is provided in proper, supported image url:...

bug
svg export

## Goal The goal of this pull request is to create an entire CI/CD pipeline (Percy, Browserstack) for detecting visual regressions. This way, we'll be able to see if the...

enhancement

Related to this issue: https://github.com/highcharts/highcharts/issues/21187 **Reproduction:** https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/exporting/width/

bug