Torstein Hønsi
Torstein Hønsi
1. Fixed, see https://github.com/highcharts/highcharts/pull/17875/commits/d99429c7756bce3ab52ed408671cf366b0d7eeb4 . With this change, we synchronize the axes not only on initial render, but also after zooming out. 2. When setting min and max, the exact...
Hi @rdp1414 , sorry for the late reply! In the latest commit, I implemented a `custom.syncGroup` option. I think it is a promising approach. Please see the [live demo on...
@nishikantparmariam ### Problem 1 I think resetting the `userMin` and `userMax` properties works: https://jsfiddle.net/highcharts/2yvmq4g3/ ### Problem 2 The issue seems to be that `setExtremes` adapts to the `startOnTick`, `endOnTick`, `minPadding`...
@K009 I think the first solution is good. I'm also concerned about the visual diffs, but can we try it again and have a look?
@K009 I don't know, I've never been in the other end of a commit suggestion 😅 . You can probably just apply it, but it needs to be tested afterwards....
Okay. I still get the perf problem on Chrome v126. But unless it can be reproduced on other hardware we can just leave this open for now.
@marvin19 Oh. You mean that in the combination of `nullInteraction` and `skipNullPoints` is true, `skipNullPoints` takes precedence? One solution could be to change the default of `skipNullPoints` to `undefined`, so...
In the data module we have [data.switchRowsAndColumns](https://api.highcharts.com/highcharts/data.switchRowsAndColumns) which may be what you are looking for. We should also mention the [chart.inverted](https://api.highcharts.com/highcharts/chart.inverted) property that allows flipping the chart in run time.
@AidMen Yes, we're working on an Editor v2. Currently it is in the early innovation phase, so it's hard to promise anything regarding the timeline.
Thanks for the demos @Shane-Krystal ! Simplified repro: https://jsfiddle.net/highcharts/Ljkrgmqy/ . It seems like the problem is that the columns are in different stacks. If we remove the `stack` option, they're...