I placed highcharts and ng-grid in tabset using angular-ui
After actively resizing the window, the sizes of highcharts and ng-grid can be resized. How to actively call the resize method of highcharts and ng-grid when clicking tab?
过去多啦不再A梦2017-05-15 16:55:42
The current solution is: actively timeout to trigger the resize event of the window when switching tabs. This can solve the problem but it feels very uncomfortable. If there is a good method, everyone is welcome to help!