I\'m using Highcharts within Zurb\'s Foundation framework for a class project. I have three charts within a section tab. One is within a 12-column div, the other two are on the
for me, it needed to take some delay and trigger the window resize.
window.setTimeout(function(){ $(window).trigger('resize'); }, 500);