My use case is to show the maximum and minimum (the average could be useful as well for some metrics) values for the metric from the timeseries data. I suppose it could just be the max/min seen up to the current frame, but since the datastream is fully parsed in advance, the known value could just be stored before any rendering. e.g. I have a composite that shows the current ori.{pitch,roll,yaw} value, but I would like to be able to also show the highest and lowest values seen on the trip for that metric.
My use case is to show the maximum and minimum (the average could be useful as well for some metrics) values for the metric from the timeseries data. I suppose it could just be the max/min seen up to the current frame, but since the datastream is fully parsed in advance, the known value could just be stored before any rendering. e.g. I have a composite that shows the current
ori.{pitch,roll,yaw}
value, but I would like to be able to also show the highest and lowest values seen on the trip for that metric.