TC Report post Posted February 25, 2010 I place all my charts in table cells. These tables resize dynamically as users resize their window, because I set the height and width to 100%. Is there any way to make my charts auto resize along with the table cells it's within? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted February 26, 2010 Hi, In case you define the width and the height of the chart in '%', the chart would automatically accomodate itself in '%' according to the width an height of the container. In case you wish to re-size the cells of the chart, you need to customize you own code. Hope this helps. Share this post Link to post Share on other sites