@moritzbrantner/charts - v0.1.1
    Preparing search index...

    Type Alias ChartThresholdAnnotation<TProperties>

    type ChartThresholdAnnotation<TProperties = Record<string, unknown>> = {
        direction: "above" | "below";
        endIndex: number;
        endX: number;
        sampleCount: number;
        samples: ChartDensitySample<TProperties>[];
        startIndex: number;
        startX: number;
        threshold: number;
    }

    Type Parameters

    • TProperties = Record<string, unknown>
    Index

    Properties

    direction: "above" | "below"
    endIndex: number
    endX: number
    sampleCount: number
    startIndex: number
    startX: number
    threshold: number