Torstein Hønsi

Results 238 comments of Torstein Hønsi

This one appears to get fixed by https://github.com/highcharts/highcharts/pull/20449. See the [demo with the fix applied](https://jsfiddle.net/highcharts/8xno3wp0/).

_Internal note_ ... and here's the reason our visual tests didn't catch it: https://github.com/highcharts/highcharts/blob/1da9749cfd9503be1d52109f499c9dc74dec93d5/samples/highcharts/demo/heatmap-canvas/demo.js#L84 If we comment out `turboThreshold` in our demo, it fails too. The fixing PR should remove...

@bm64 I did a little investigation and created this **minimal reproduction**: https://jsfiddle.net/highcharts/od4vaj9q/ . In v11.2.0, this works, but is broken since. Interestingly, when I set `xAxis.ordinal` to false (latest release),...

@MuhammedHarisMKS Did you try out the changes from https://github.com/highcharts/highcharts/pull/21056? Load https://github.highcharts.com/highcharts.js or https://github.highcharts.com/stock/highstock.js to test. PS: Don't use those in production, they're only for pre-release testing.

@MuhammedHarisMKS It looks like the preview script was not properly updated. Can you try loading https://github.highcharts.com/3134b45/stock/highstock.js ? You can try it out live at https://jsfiddle.net/highcharts/16c7zn0g/show . If you're still having...

@MuhammedHarisMKS > fiddle thing - I have no knowledge in this area. So, I can't help you with the fiddle. You'll figure it out, everyone does. Just enter your code,...

Thanks! I have questions about some demos * https://jsfiddle.net/highcharts/Lcfkepx0/ . In this case, the y-axis labels are actually overlapping. Maybe it was too aggressive to set a padding of 0...

Cool, this is exiting stuff 👍

All good, now just waiting for the CI tests after merge