Steve Osborn Report post Posted September 23, 2013 Hello. I have a bit of an unusual problem. I have two charts on the top row (<tr>) of a table (<table>) and they are sized as 40% and 20% width. On the bottom row of the page I have a MSColumnLine3D chart with a width of 100%. The top two charts resize themselves when the window size changes but the bottom chart keeps its original size and only changes when I reload the page. Is there some trick to make them all resize when they are in different containers? Thanks. Share this post Link to post Share on other sites
Guest Rishab Report post Posted September 24, 2013 Hi,Please try setting the 'width' of the table to '100%'.As the table layout is fixed, the resizing is not taking place as needed.If still the issue persists, please provide us a code snippet that may help us in comprehension. Share this post Link to post Share on other sites