I am adding highcharts to my Angular-Firebase app using Highcharts-NG and the highchart is not assuming the size of the div. However, when I got to inspect the element so I can
I've found not so delicate way to fix it. Just add these lines:
setTimeout(function() { $(window).resize(); }, 0);