Hi
I have several charts on a page and I have used tabs.
When the page loads, the first (active) tab of the correct chart is displayed. But in other tabs, the charts cover half of the page and are not complete.
Using the following code, the problem of showing charts is solved. But the user must click on a key in each tab to display the chart correctly.
var chartObj = document.getElementById(chartname).ej2_instances[0]; // to create chart instance
chartObj.refresh();
For example, in the image below, the chart is not displayed correctly and by clicking the refresh00055 button, the chart is displayed correctly.
After clicking the refresh00055 button
How can this problem be solved?