[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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user