This commit is contained in:
Patric Kanngießer 2017-03-07 08:19:34 +01:00 committed by Torkel Ödegaard
parent 125ee865b6
commit 3735a1ace7

View File

@ -65,7 +65,9 @@ function (angular, _, $) {
var el = $(e.currentTarget);
var index = getSeriesIndexForElement(el);
var seriesInfo = seriesList[index];
var scrollPosition = $($container.children('tbody')).scrollTop();
ctrl.toggleSeries(seriesInfo, e);
$($container.children('tbody')).scrollTop(scrollPosition);
}
function sortLegend(e) {