Forráskód Böngészése

Clear highlight when clearing tooltip and crosshair

Axel Pirek 9 éve
szülő
commit
138a79c2fb
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      public/app/plugins/panel/graph/graph_tooltip.js

+ 1 - 0
public/app/plugins/panel/graph/graph_tooltip.js

@@ -165,6 +165,7 @@ function ($, core) {
     this.clear = function(plot) {
       $tooltip.detach();
       plot.clearCrosshair();
+      plot.unhighlight();
     };
 
     this.show = function(pos, item) {