From 4de8d91890e2c4df45b7d624d72c95b65ba4c836 Mon Sep 17 00:00:00 2001 From: slhale Date: Thu, 27 Aug 2015 12:35:50 -0700 Subject: [PATCH] [Inspector] Multiple selection of plot legend items Can now shift-click to add more than one object to the inspector array. Does not yet reflect in inspector itself. --- platform/features/plot/res/templates/plot.html | 5 +---- platform/features/plot/src/PlotController.js | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/platform/features/plot/res/templates/plot.html b/platform/features/plot/res/templates/plot.html index 84fdebdcde..b5bdbfabb4 100644 --- a/platform/features/plot/res/templates/plot.html +++ b/platform/features/plot/res/templates/plot.html @@ -29,16 +29,13 @@ {{telemetryObject.getModel().name}} - - - {{ log(ngModel.inspectionObjects[0].getModel()); log(ngModel.selectedObject.getModel()) }}