Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreVisualizations/javascripts/jqplot.js')
-rw-r--r--plugins/CoreVisualizations/javascripts/jqplot.js1
1 files changed, 1 insertions, 0 deletions
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);