[임대현] [NOBTS] scatter htLastFetchedData

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2736 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Denny Lim
2013-11-04 06:05:12 +00:00
parent 960a427771
commit fe91cfd1c2
@@ -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('--------------');