[Plot] Follow time conductor more smoothly

WTD-1515
This commit is contained in:
Victor Woeltjen 2015-09-04 14:04:09 -07:00
parent c2985d61b7
commit d158aa6028
2 changed files with 1 additions and 3 deletions

View File

@ -182,7 +182,7 @@ define(
this.scheduleUpdate = throttle(function () {
self.modeOptions.getModeHandler().getSubPlots()
.forEach(updateSubplot);
}, 50);
});
// Subscribe to telemetry when a domain object becomes available
$scope.$watch('domainObject', subscribe);

View File

@ -308,8 +308,6 @@ define(
// Suppress follow behavior if we have windowed in on the past
this.hasSpecificDomainBounds = true;
this.following = end >= this.domainExtrema[1];
this.updateBounds();
};
/**