Hi Amr,
I too faced this issue. When chart and Grid were in Same IRPT, Grid does not render. Here is what worked for me.
Try changing your code in this Line.
<DIV id="1"></DIV>
<DIV id="div1"/>
Change it to
<DIV id="div1"></DIV>
Just try if it works.
But i tried now in our SP05 Test Server, With your code and i am able to render.
My UI5 Version : "1.18.10"
Regards,
Sriram