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

    Type Alias ChartRenderData<TProperties>

    type ChartRenderData<TProperties = Record<string, unknown>> = {
        annotations: ChartGapAnnotation[];
        rows: ChartRenderDatum<TProperties>[];
    }

    Type Parameters

    • TProperties = Record<string, unknown>
    Index

    Properties

    Properties

    annotations: ChartGapAnnotation[]