reduce size

This commit is contained in:
Scott Bell 2024-10-22 21:02:10 +02:00
parent 1516524f0b
commit 96b1ef0db5

View File

@ -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);