Positioning of TOI in tables and plots

This commit is contained in:
Henry
2016-10-17 15:54:34 -07:00
parent 7a09bc1339
commit dadca62955
8 changed files with 67 additions and 28 deletions

View File

@ -19,6 +19,12 @@
this source code distribution or the Licensing information page available
at runtime from the About dialog for additional information.
-->
<style>
.gl-plot-wrapper-display-area-and-x-axis .toiPositioner {
position: relative;
height: 100%;
}
</style>
<span ng-controller="PlotController as plot"
class="abs holder holder-plot has-control-bar">
<div class="l-control-bar" ng-show="!plot.hideExportButtons">
@ -71,9 +77,10 @@
</div>
<div class="gl-plot-wrapper-display-area-and-x-axis">
<mct-include key="'time-of-interest'" class="show-val"
parameters = "{'name': 'plot'}"
></mct-include>
<div class="toiPositioner"
ng-if="toiPerc" ng-style="{'left': toiPerc + '%'}">
<mct-include key="'time-of-interest'" class="show-val"></mct-include>
</div>
<div class="gl-plot-coords"
ng-if="subplot.isHovering() && subplot.getHoverCoordinates()">