Sign in to follow this  
Steve Osborn

Resizing multiple charts on a page

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this