From 5f8c2e6fd46f1a5ce8b67fc50a70fb95127fd6a4 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Sun, 29 Jul 2012 19:18:31 +0530 Subject: [PATCH] Testing 759df40f089c0eded with static values (2 seconds intervals), it works --- js/server_status.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/server_status.js b/js/server_status.js index 0b14758941..d889edc52f 100644 --- a/js/server_status.js +++ b/js/server_status.js @@ -375,8 +375,8 @@ $(function() { .hide() .after('
'); //currentChart = $.jqplot($tab.attr('id') + '_chart_cnt', [[null]], settings); - //currentChart = $.jqplot($tab.attr('id') + '_chart_cnt', [[['2008-06-30 08:00:00',4], ['2008-06-30 08:00:05',6.5], ['2008-06-30 08:00:10',5.7], ['2008-06-30 08:00:15',9], ['2008-06-30 08:00:20',8.2]]], settings); - currentChart = $.jqplot($tab.attr('id') + '_chart_cnt', [[['2008-06-30 08:00:00',4], ['2008-07-30 08:00:05',6.5], ['2008-08-30 08:00:10',5.7], ['2008-09-30 08:00:15',9], ['2008-10-30 08:00:20',8.2]]], settings); + currentChart = $.jqplot($tab.attr('id') + '_chart_cnt', [[['2008-06-30 08:00:00',4], ['2008-06-30 08:00:02',6.5], ['2008-06-30 08:00:04',5.7], ['2008-06-30 08:00:06',9], ['2008-06-30 08:00:08',8.2], ['2008-06-30 08:00:10',4], ['2008-06-30 08:00:12',6.5], ['2008-06-30 08:00:14',5.7], ['2008-06-30 08:00:16',9], ['2008-06-30 08:00:18',8.2]]], settings); + //currentChart = $.jqplot($tab.attr('id') + '_chart_cnt', [[['2008-06-30 08:00:00',4], ['2008-07-30 08:00:05',6.5], ['2008-08-30 08:00:10',5.7], ['2008-09-30 08:00:15',9], ['2008-10-30 08:00:20',8.2]]], settings); //recursiveTimer(); } else {