diff --git a/platform/features/plot-reborn/src/controllers/StackedPlotController.js b/platform/features/plot-reborn/src/controllers/StackedPlotController.js index af787656c8..ae569d4a6f 100644 --- a/platform/features/plot-reborn/src/controllers/StackedPlotController.js +++ b/platform/features/plot-reborn/src/controllers/StackedPlotController.js @@ -9,6 +9,7 @@ define( $scope.telemetryObjects = []; var linkDomainObject = function(domainObject) { + $scope.telemetryObjects = []; if (domainObject.hasCapability('telemetry')) { $scope.telemetryObjects = [domainObject]; } else if (domainObject.hasCapability('delegation')) {