I get this error when I navigate from a page which contains a ignite-ui chart and a grid to another page which contains a ignite ui grid.
On the page which has a chart & grid, I tried to add below code ngOnDestroy and that did not help. Please let me know if I am missing something. Thanks.
this.chart.series.clear(); this.chart.axes.clear(); this.chart.destroy();
Hello,
Thank you for contacting Infragistics!
What version of Ignite UI are you using? The best way for us to assist you is if you provide a small isolated sample that we can run and use for debugging locally. If you are unable able to provide an isolated sample I may be able to give suggestions if you provide the code for your page.