Torstein Hønsi

Results 232 comments of Torstein Hønsi
trafficstars

@Izothep The stack labels bug is [fixed on master now](https://github.com/highcharts/highcharts/commit/d5c9689ce44673950965a660a0d133db3a366ea1), I expect this to resolve the orphaned stack shadow bug too.

@karolkolodziej Pending continued work. Maybe we should put this back in draft and add the remaining tasks as check boxes?

Hi, I think this is a case when you should use the new `getOptions` function. See https://jsfiddle.net/highcharts/dfvrykbu/ .

The demo is actually not set up well - it puts the colors inline. In accordance with `styledMode` practice, the stops should have class names and the colors be defined...

I think this is actually more a docs bug than an enhancement. We already have the doclet, probably something in the documentation build is failing: https://github.com/highcharts/highcharts/blob/b1242b98a0cab0a6a72ac67ed95ddbe636618f9a/ts/Core/Axis/PlotLineOrBand/PlotLineOrBandAxis.ts#L177-L191

Ouch. We also see another problem with two series. If we hide Series 3, the February column is not centered: https://jsfiddle.net/highcharts/3hsg0kco/

The connection to `distance` in the OP demo is probably a coincidence. Instead, I think it's about the chart's position in the page. The positioner is not corrected for the...