core/common/aggregation/aggregation.service.ts
Methods |
getDisabledAggregationOptions | ||||||||||||
getDisabledAggregationOptions(dateFrom: Date | string, dateTo: Date | string)
|
||||||||||||
Determines which aggregation options should be disabled based on the time range between two dates. It calculates the time difference and checks against predefined time spans to decide if daily, hourly, or minutely aggregations should be disabled.
Parameters :
Returns :
AggregationOptionStatus
An |