[Frontend] Styling for TOI element in plots

Fixes #933
Fixes #1193
WIP, adding TOI to plot view.
This commit is contained in:
Charles Hacskaylo 2016-09-15 16:02:30 -07:00
parent 9e2debf801
commit 2c81b72d60

View File

@ -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>