RAJDEEP PAL

Results 23 comments of RAJDEEP PAL

Hello Highcharts Team, Even we're struggling with this bug for quite some time. Is it possible to tell us the ETA for this fix? Thank You, Rajdeep

Thanks @karolkolodziej, Your solution worked. Then I was wondering if it worked, then why not updating (reset + update which is more relevant to our use-cases) chart using methodology mentioned...

Also @karolkolodziej, can you please give some more insights about how, what `chart.currentOptions` does, its utility as it is not a public function as mentioned by @TorsteinHonsi, so, couldn't find...

Hello @karolkolodziej, > Additionally, I'm not sure why you would like to use the resetAndUpdate and add that extra complexity. Is there any reason why you would like to make...

Hello @TorsteinHonsi, Thanks for suggesting the solution. It seems to work. Just one question - What does `chart.collectionsWithUpdate` property store? I saw it returned an array of `['xAxis', 'yAxis', 'series',...

Hello @TorsteinHonsi, [This will be slightly long update] 1. You suggested the solution in your last update which works correctly in fiddle - See [fiddle1](https://jsfiddle.net/o6049nb8/). 2. Unfortunately, in our project...

1 more question: Suppose, we have an empty chart `const chart = Highcharts.chart('contaier', {})`. Now, what is the significance of the object returned by `chart.currentOptions(config)`? Does it mean that what...

Hello Highcharts Team, Can you please tell what is the ETA for this issue?

Hello @pawelfus , Our stakeholders have been stressing on this problem of unable to zoom to right-most points since a year back; and in the last week, they spot-lighted this...

Unable to zoom quickly is an issue, but the bigger issue is that, even if we zoom slowly, still the very last date point is dropped - See https://github.com/highcharts/highcharts/issues/18863. Just...