I have a Kendo ui chart which displays a column chart from a dynamic data sour
I fixed it by adding a small delay after calling the CreateChart() function as below:
CreateChart(this.id, this.id + " this week", "week", null); sleep(1000);
its working fine now