Skip to content

Commit 7098eb2

Browse files
Fix multiple chart render issue Codeinwp/visualizer-pro#324
1 parent 5059205 commit 7098eb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/render-google.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ var __visualizer_chart_images = [];
434434
});
435435

436436
$(window).on('load', function(){
437+
$( '.visualizer-front:not(.visualizer-chart-loaded)' ).resize();
437438
resizeHiddenContainers(true);
438439
});
439440

0 commit comments

Comments
 (0)