diff --git a/platform/features/plot/res/templates/plot.html b/platform/features/plot/res/templates/plot.html index e25b582044..e67efb9633 100644 --- a/platform/features/plot/res/templates/plot.html +++ b/platform/features/plot/res/templates/plot.html @@ -83,6 +83,16 @@ ng-mouseenter="subplot.isHovering(true);" ng-mouseleave="subplot.isHovering(false)" ng-class="{ loading: plot.isRequestPending() }"> + + +
+ +
+ {{subplot.getHoverCoordinates()}} + +
+
+