SyntaxFix
Write A Post
Hire A Developer
Questions
What if you hooked the window resize event:
$(window).resize(function() { chart.setSize( $(document).width(), $(document).height()/2, false ); });
See example fiddle here.
Highcharts API Reference : setSize().