From 630f2ae45da527e48665e7186827b2edf35e44c6 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Mon, 10 Sep 2012 07:44:22 +0000 Subject: [PATCH] Fix monitor charts display in IE --- js/server_status_monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/server_status_monitor.js b/js/server_status_monitor.js index ce2c5ae8ad..ec1bd668ce 100644 --- a/js/server_status_monitor.js +++ b/js/server_status_monitor.js @@ -1291,7 +1291,7 @@ $(function() { return; } // Draw all series - for (var j = 0; j < elem.chart.series.length; j++) { + for (var j = 0; j < elem.nodes.length; j++) { // Update x-axis if (i == 0 && j == 0) { if (oldChartData == null) {