diff --git a/platform/features/plot/src/PlotController.js b/platform/features/plot/src/PlotController.js index 0050a5a22e..ff013092e8 100644 --- a/platform/features/plot/src/PlotController.js +++ b/platform/features/plot/src/PlotController.js @@ -101,7 +101,8 @@ define( } subscription = domainObject && telemetrySubscriber.subscribe( domainObject, - updateValues + updateValues, + true // Lossless ); if (subscription) { setupAxes(subscription.getMetadata());