From 4d6d98b9ca85c067a94d313f0b2a659bc1575940 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Thu, 28 Mar 2019 08:52:22 +0100 Subject: Ensure first row is highlighted after switching periods (#14212) --- plugins/CoreVisualizations/javascripts/jqplot.js | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/CoreVisualizations') diff --git a/plugins/CoreVisualizations/javascripts/jqplot.js b/plugins/CoreVisualizations/javascripts/jqplot.js index 9b16391757..6e9d53e4d9 100644 --- a/plugins/CoreVisualizations/javascripts/jqplot.js +++ b/plugins/CoreVisualizations/javascripts/jqplot.js @@ -761,6 +761,7 @@ RowEvolutionSeriesToggle.prototype.attachEvents = function () { // show the active series // if initiallyShowAll, all are active; otherwise only the first one self.activated.push(true); + el.find('td').css('opacity', ''); } else { // fade out the others el.find('td').css('opacity', .5); -- cgit v1.2.3