From 733318f7c3eae45554b46f7c3d574fc2ec78a8d9 Mon Sep 17 00:00:00 2001 From: Umair Khan Date: Sat, 25 Jan 2014 16:23:25 +0530 Subject: [PATCH] bugfix #4248 Signed-off-by: Umair Khan --- js/server_status_monitor.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/js/server_status_monitor.js b/js/server_status_monitor.js index eee23fc948..a4aff97546 100644 --- a/js/server_status_monitor.js +++ b/js/server_status_monitor.js @@ -440,15 +440,6 @@ AJAX.registerOnload('server_status_monitor.js', function () { row++; } - /* Apply new chart size to all charts */ - $.each(runtime.charts, function (key, value) { - value.chart.setSize( - newSize.width, - newSize.height, - false - ); - }); - if (monitorSettings.gridMaxPoints == 'auto') { runtime.gridMaxPoints = Math.round((newSize.width - 40) / 12); }