Skip to content

Options🔗

Definition🔗

export interface Options {
    // Bucket count (approx)
    bucketCount?: number;
    // Size of each bucket
    bucketSize?: number;
    // Offset buckets by this amount
    bucketOffset?: number;
    legend: common.VizLegendOptions;
    tooltip: common.VizTooltipOptions;
    // Combines multiple series into a single histogram
    combine?: boolean;
}

Methods🔗

No methods.