[Plot] Use a lossless subscription

Utilize lossless subscription to ensure that points are not
overwritten before being plotted from live telemetry.
WTD-784.
This commit is contained in:
Victor Woeltjen
2015-01-30 15:35:36 -08:00
parent 590f4caa97
commit 757665683e

View File

@ -101,7 +101,8 @@ define(
} }
subscription = domainObject && telemetrySubscriber.subscribe( subscription = domainObject && telemetrySubscriber.subscribe(
domainObject, domainObject,
updateValues updateValues,
true // Lossless
); );
if (subscription) { if (subscription) {
setupAxes(subscription.getMetadata()); setupAxes(subscription.getMetadata());