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
You must set the height of the container explicitly
#container { height:100%; width:100%; position:absolute; }
See other Stackoverflow answer
Highcharts documentation