@breautek/storm
    Preparing search index...

    Interface IHistogramConfig

    interface IHistogramConfig {
        buckets?: number[];
        help: string;
        labelNames?: string[];
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    buckets?: number[]
    help: string
    labelNames?: string[]
    name: string