We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2debf commit 2c81b72Copy full SHA for 2c81b72
platform/features/plot/res/templates/plot.html
@@ -83,6 +83,16 @@
83
ng-mouseenter="subplot.isHovering(true);"
84
ng-mouseleave="subplot.isHovering(false)"
85
ng-class="{ loading: plot.isRequestPending() }">
86
+
87
+ <!-- TOI element -->
88
+ <div class="l-toi-holder">
89
+ <!-- Need text vals at top and bottom, plus vertical line -->
90
+ <div class="l-toi-val">
91
+ <span class="val">{{subplot.getHoverCoordinates()}}</span>
92
+ <a class="s-icon-button icon-x"></a>
93
+ </div>
94
95
96
<!-- Out-of-bounds data indicators -->
97
<!-- ng-show is temporarily hard-coded in next element -->
98
<div ng-show="false" class="l-oob-data l-oob-data-up"></div>
0 commit comments