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

    Type Alias ChartGapAnnotation

    type ChartGapAnnotation = {
        endIndex: number;
        endX: number;
        sampleCount: number;
        startIndex: number;
        startX: number;
    }
    Index

    Properties

    endIndex: number
    endX: number
    sampleCount: number
    startIndex: number
    startX: number