widgets/implementations/datapoints-table/datapoints-table-view/adjust-aggregated-time-range.pipe.ts
A pipe that adjusts the aggregated time range based on the aggregation type.
Example :'9:00' | adjustAggregatedTimeRange: config.aggregation (e.g.:HOURLY)
The output will be '9:00-10:00'.
Name | adjustAggregatedTimeRange |
Standalone | true |
transform | ||||||||||||
transform(inputTime: string, aggregationType?: AggregationOption)
|
||||||||||||
Transforms the input time based on the aggregation type.
Parameters :
Returns :
string
The transformed time string. |