From fe91cfd1c267ea6dce7ee709d87cb6fa54f76a33 Mon Sep 17 00:00:00 2001 From: Denny Lim Date: Mon, 4 Nov 2013 06:05:12 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9E=84=EB=8C=80=ED=98=84]=20[NOBTS]=20scatt?= =?UTF-8?q?er=20htLastFetchedData?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2736 84d0f5b1-2673-498c-a247-62c4ff18d310 --- .../components/pinpoint-scatter/jquery.BigScatterChart.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/components/pinpoint-scatter/jquery.BigScatterChart.js b/src/main/webapp/components/pinpoint-scatter/jquery.BigScatterChart.js index 4cecdce0d..7ff622fee 100644 --- a/src/main/webapp/components/pinpoint-scatter/jquery.BigScatterChart.js +++ b/src/main/webapp/components/pinpoint-scatter/jquery.BigScatterChart.js @@ -1349,13 +1349,11 @@ var BigScatterChart = $.Class({ htOption.url = htDataSource.sUrl.call(this, this._nCallCount); htOption.data = htDataSource.htParam.call(this, this._nCallCount, this._htLastFechedParam, this._htLastFetchedData); htOption.success = function (htData) { + self._hideNoData(); if (htData.scatter.length > 0) { - self._hideNoData(); self.addBubbleAndMoveAndDraw(htData.scatter, htData.scatter[htData.scatter.length - 1].x); - self._htLastFetchedData = htData; - } else { - self._htLastFetchedData = {}; } + self._htLastFetchedData = htData; /* for testing else{ console.log('--------------');