[Plot] Add PlotUpdater

Add PlotUpdater, which will track streaming data from within
the plot. Allows removal of the cache for WTD-751.
This commit is contained in:
Victor Woeltjen
2015-01-29 09:05:40 -08:00
parent d0de13ca62
commit f3900cdd2a
2 changed files with 23 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
<span ng-controller="TelemetryController as telemetry">
<span ng-controller="PlotController as plot"
ng-mouseleave="representation.showControls = false">
@@ -114,7 +113,7 @@
</div>
<span class="t-wait-spinner loading" ng-show="telemetry.isRequestPending()">
<span class="t-wait-spinner loading" ng-show="plot.isRequestPending">
</span>
</div>
<div ng-if="$last" class="gl-plot-axis-area gl-plot-x">
@@ -143,9 +142,6 @@
</div>
</div>
</span>
</div>
</span>
</div>