mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
Merge branch 'telemetry-comps' into combined-rodap-stuff
This commit is contained in:
commit
1da60b09a6
@ -210,8 +210,10 @@ const props = defineProps({
|
||||
|
||||
onBeforeMount(async () => {
|
||||
const telemetryOptions = {
|
||||
strategy: 'minmax'
|
||||
strategy: 'minmax',
|
||||
size: 20,
|
||||
};
|
||||
// TODO: we should dynamically set size to the largest comp input window
|
||||
outputTelemetryCollection = openmct.telemetry.requestCollection(domainObject, telemetryOptions);
|
||||
outputTelemetryCollection.on('add', telemetryProcessor);
|
||||
outputTelemetryCollection.on('clear', clearData);
|
||||
|
Loading…
Reference in New Issue
Block a user