From 092e9b412b0a38fc48366c01531122120aae782e Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Tue, 27 Mar 2018 18:20:48 +0300 Subject: clear selection date when hover ends; #3571 --- web/dashboard.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/dashboard.js b/web/dashboard.js index 72dbddeeea..607c9d1ac2 100644 --- a/web/dashboard.js +++ b/web/dashboard.js @@ -3604,6 +3604,9 @@ var NETDATA = window.NETDATA || {}; if(this.selected === false && this.debug === true) this.log('selection cleared'); + if (this.foreign_element_selection !== null) + this.foreign_element_selection.innerText = ''; + this.legendReset(); } -- cgit v1.2.3