Merge pull request #871 from omerjerk/QA_4_1

bugfix #4248
This commit is contained in:
Atul Pratap Singh 2014-01-25 06:25:54 -08:00
commit 9bcb83d67b

View File

@ -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);
}