diff --git a/platform/features/plot/res/templates/plot.html b/platform/features/plot/res/templates/plot.html index 2b800c08b6..4f94fde285 100644 --- a/platform/features/plot/res/templates/plot.html +++ b/platform/features/plot/res/templates/plot.html @@ -16,7 +16,7 @@
+ ng-if="subplot.isHovering()"> {{subplot.getHoverCoordinates().join(', ')}}
@@ -46,7 +46,8 @@
+ ng-mouseenter="subplot.isHovering(true); representation.showControls = true;" + ng-mouseleave="subplot.isHovering(false)">