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
only this worked for me
$(window).resize(function(){ $scope.chartConfig.getChartObj().reflow() });