Kacper Madej

Results 36 issues of Kacper Madej

#### Behaviour If `highcharts.editor.lang.he.js` is being used class names are being translated, but in code those are hard-coded, so an error occurs. Second issue is that it looks like most...

Some options are added correctly (showing with correct default values) like https://github.com/highcharts/highcharts/blob/028c553b32bf5c4b04e7c2474dc30b90e4cbae42/ts/Series/Map/MapSeries.ts#L170-L179 while others do not. `animation` should be `false` on `plotOptions.map` https://github.com/highcharts/highcharts/blob/028c553b32bf5c4b04e7c2474dc30b90e4cbae42/ts/Series/Map/MapSeries.ts#L181 but it shows as an object: https://api.highcharts.com/highmaps/plotOptions.map.animation...

Type: Bug
Status: Pending reply
Product: Docs
Product: TypeScript

#### Behaviour Due to `stroke-width="inherit"` used in `Highcharts.seriesTypes.map.prototype.pointAttribs` https://github.com/highcharts/highcharts/blob/08169996c37bfb1fd3884dfd99880cc52068a492/ts/Series/Map/MapSeries.ts#L979-L982 offline export fails with an error. This value doesn't seem valid - no SVG spec support it or I am unable...

Type: Bug
Product: Highcharts Maps
Flow: Review in progress

Visible in demos, e.g. here: http://jsfiddle.net/gh/get/library/pure/larsac07/Motion-Highcharts-Plugin/tree/master/demos/bars-demo/ Default overflow option for the main chart container is `hidden`, so it could be changed by CSS with `!import` (like in [this demo](http://jsfiddle.net/BlackLabel/6ea7osfw/)).

Histogram series type doesn't work http://jsfiddle.net/BlackLabel/5kob9z4g/

Added a fan chart demo. --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1203927121511692

Fixed #19364, some modules were missing DTS.

#### Behaviour test\typescript-lint\tsconfig.json needs to have paths added as mentioned [here](https://github.com/highcharts/highcharts/tree/master/ts/masters#classic-typescript-declarations) Affected modules: - flowmap - pictorial - mouse-wheel-zoom - already [fixed](https://github.com/highcharts/highcharts/pull/19116) - data-tools - geoheatmap - tiledwebmap #### Live...

Type: Bug
Product: TypeScript
Type: Good for beginners

#### Behaviour `highcharts-datagrid-outer-container` in `highcharts-datagrid-container` has `overflow-x scroll; overflow-y scroll` and it looks on Win like: ![image](https://github.com/highcharts/highcharts/assets/8960408/4010acb1-3322-44d4-8e72-1f5a1bcc8a71) Alos, `highcharts-dashboards-wrapper` has `overflow-x scroll` - shows as the bottom scrollbar here: ![image](https://github.com/highcharts/highcharts/assets/8960408/ad54d472-f71e-47a3-9f41-5bb95954afc0)...

Type: Bug
Product: Highcharts Dashboards

Added credits refresh after a map change and fixed local karma on Win. --- - To see the specific tasks where the Asana app for GitHub is being used, see...

Product: Docs
Product: Highcharts Maps