From eb69e02ce38c7256fb7444973b9f98b468ccf608 Mon Sep 17 00:00:00 2001 From: Pete Richards Date: Mon, 17 Aug 2015 12:39:38 -0700 Subject: [PATCH] [Plot] Reset telemetry objects on change --- .../plot-reborn/src/controllers/StackedPlotController.js | 1 + 1 file changed, 1 insertion(+) 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')) {