[Plot] Throttle updates

Throttle plot updates to subplots; WTD-1202.
This commit is contained in:
Victor Woeltjen
2015-05-29 16:35:14 -07:00
parent e06d11dcb2
commit 35b5fbefd0
4 changed files with 10 additions and 9 deletions

View File

@ -62,8 +62,6 @@ define(
points: buf.getLength()
};
});
subplot.update();
}
return {

View File

@ -58,8 +58,6 @@ define(
color: PlotPalette.getFloatColor(0),
points: buffer.getLength()
}];
subplot.update();
}
function plotTelemetry(prepared) {