mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +00:00
[Frontend] Styling for TOI element in plots
Fixes #933 Fixes #1193 WIP, adding TOI to plot view.
This commit is contained in:
parent
9e2debf801
commit
2c81b72d60
@ -83,6 +83,16 @@
|
||||
ng-mouseenter="subplot.isHovering(true);"
|
||||
ng-mouseleave="subplot.isHovering(false)"
|
||||
ng-class="{ loading: plot.isRequestPending() }">
|
||||
|
||||
<!-- TOI element -->
|
||||
<div class="l-toi-holder">
|
||||
<!-- Need text vals at top and bottom, plus vertical line -->
|
||||
<div class="l-toi-val">
|
||||
<span class="val">{{subplot.getHoverCoordinates()}}</span>
|
||||
<a class="s-icon-button icon-x"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Out-of-bounds data indicators -->
|
||||
<!-- ng-show is temporarily hard-coded in next element -->
|
||||
<div ng-show="false" class="l-oob-data l-oob-data-up"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user