mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 00:36:02 +10:00
[임대현] [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:
@@ -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('--------------');
|
||||
|
||||
Reference in New Issue
Block a user