mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Clear highlight when clearing tooltip and crosshair
This commit is contained in:
@@ -165,6 +165,7 @@ function ($, core) {
|
||||
this.clear = function(plot) {
|
||||
$tooltip.detach();
|
||||
plot.clearCrosshair();
|
||||
plot.unhighlight();
|
||||
};
|
||||
|
||||
this.show = function(pos, item) {
|
||||
|
||||
Reference in New Issue
Block a user