Highcharts - Hidden charts don't get re-size properly

后端 未结 3 1443
遇见更好的自我
遇见更好的自我 2020-12-05 23:35

I currently have a 3 tabbed page. Each tab is a div that is set to display: hidden when not selected. In these tabs I have a Grid system created with Susy (comp

3条回答
  •  离开以前
    2020-12-06 00:02

    What worked for me is calling:

    $(window).resize();
    

    When I load a new tab. Still having the issues with the Google Maps API, but it works great with Highcharts.

提交回复
热议问题