mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +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 () => {
|
onBeforeMount(async () => {
|
||||||
const telemetryOptions = {
|
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 = openmct.telemetry.requestCollection(domainObject, telemetryOptions);
|
||||||
outputTelemetryCollection.on('add', telemetryProcessor);
|
outputTelemetryCollection.on('add', telemetryProcessor);
|
||||||
outputTelemetryCollection.on('clear', clearData);
|
outputTelemetryCollection.on('clear', clearData);
|
||||||
|
Loading…
Reference in New Issue
Block a user