Trip animation widget added to library

This commit is contained in:
Maksym Dudnik 2019-02-26 15:52:22 +02:00
parent b6300f43fa
commit c6786e03d9
2 changed files with 17 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -562,7 +562,7 @@ function tripAnimationController($document, $scope, $http, $timeout, $filter, $l
});
if (tripIndex > -1) {
createNormalizedValue(data.data, data.dataKey.name, vm.trips[tripIndex].timeRange);
createNormalizedValue(data.data, data.dataKey.label, vm.trips[tripIndex].timeRange);
}
})
}