Responsive Highcharts not sizing correctly until window resize
I got this from another answer, so give thegreyspot some credit in this question. solution: call $(window).resize(); after the graph is loaded (or when you fill it with data)
I got this from another answer, so give thegreyspot some credit in this question. solution: call $(window).resize(); after the graph is loaded (or when you fill it with data)