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

    Type Alias ChartPointGroupAccessor<TProperties>

    ChartPointGroupAccessor:
        | { metric: string }
        | { property: string }
        | (
            (
                point: IndexedChartSeriesPoint<TProperties>,
            ) => string | number | null | undefined
        )

    Type Parameters

    • TProperties = Record<string, unknown>