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

    Type Alias ChartPointValueAccessor<TProperties>

    ChartPointValueAccessor:
        | "x"
        | "y"
        | { metric: string }
        | (
            (
                point: IndexedChartSeriesPoint<TProperties>,
            ) => number | null | undefined
        )

    Type Parameters

    • TProperties = Record<string, unknown>