[Limits] Display limit state in legend of plot

WTD-1223.
This commit is contained in:
Victor Woeltjen
2015-06-05 17:15:02 -07:00
parent f314e46abc
commit dc6c43a4cd
5 changed files with 129 additions and 36 deletions

View File

@@ -30,7 +30,7 @@
<span
class='plot-legend-item'
ng-repeat="telemetryObject in subplot.getTelemetryObjects()"
ng-class="{ 's-limit-upr-red': $index < 1, 's-stale': $index%2==0 }"
ng-class="plot.getLegendClass(telemetryObject)"
>
<span class='plot-color-swatch'
ng-style="{ 'background-color': plot.getColor($index) }">