I have a Highchart which resizes the width beatuifully when the window change size. But not the height. I tried this set chart size but it\'s not working proberly. Is there
According to the API Reference:
By default the height is calculated from the offset height of the containing element. Defaults to null.
So, you can control it's height
according to the parent div using redraw
event, which is called when it changes it's size.
References