from this html i am calling a function which have a js code to bind the kendo diagram with div 'd1'.
Here is my js code.
I will call the js function which consist of code to bind diagram with div tag, it will get called and after execution the disgram will not appear, to see the diagram I have to press the F12 button or have to zoom-in/zoom-out the browser page.
What i found that the diagram is getting bind to that div tag but that entire div tag is not displaying, sibling of d1 tag will be visible.