I wanted to add multiple charts in the same div
Eg:
<div id="chartcontainer1">
<div id="chart1"></div>
<div id="grid1"></div>
</div>
<div id="chartcontainer2">
<div id="chart2"></div>
<div id="grid2"></div>
</div>
How can i achieve this in rally ? i tried using renderTo but no luck :(