Ignat Moisieiev
Ignat Moisieiev
Hello @alokdesai-cuelogic, thanks for the reporting. Do you have the simplest demo to reproduce the issue?
@alokdesai-cuelogic we have reported the issue here: https://github.com/highcharts/highcharts/issues/14278 You can use the following workaround at the moment: ``` let accessibility = HIAccessibility() accessibility.keyboardNavigation = HIKeyboardNavigation() accessibility.keyboardNavigation.enabled = false options.accessibility =...
@alokdesai-cuelogic You can check the status in the linked issue, in my previous comment.
Hello @skuske, we are so sorry for the inconvenience. We will investigate the problem as soon as possible and let you know.
@skuske we have prepared a workaround for you, please: 1. Remove all `series1.dataLabels` configurations; 2. Add the following code to your config: ``` HIChart *chart = [[HIChart alloc] init]; chart.events...
Hello @nkphuong, can you attach a screenshot and mark on the chart what do you mean exactly?
@nkphuong ok, but what do you want to achieve?
Hello @nkphuong, I have reported the issue [https://github.com/highcharts/highcharts/issues/8862](https://github.com/highcharts/highcharts/issues/8862). Thank you.
Hello @skuske, thank you for the reporting. Could you please add more info how to reproduce a memory leak? We will investigate it as soon as possible.
Hello @skuske, thank you for the reporting. It's hard to say something without reproducing the issue. Do you think the problem is in `series.data`? `series.data` may contain `NSNull` and `nil`...