Generates a histogram from numeric values with specified interval

interface NumberHistogramAggregate {
    numberHistogram: {
        aggregates?: RecordAggregates;
        hardBounds?: HistogramHardBounds;
        interval: number;
        property: AggregateProperty;
    };
}

Properties

Properties

numberHistogram: {
    aggregates?: RecordAggregates;
    hardBounds?: HistogramHardBounds;
    interval: number;
    property: AggregateProperty;
}

Type declaration