Jakub Szumiński
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...
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/
#### 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...
## 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...
Currently, the `constructorType` accepts any string; it should only accept `'chart' | 'stockChart' | 'mapChart' | 'ganttChart'` which is not the case.
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 `
## 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...
## 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:...
## 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...
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/