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

    Type Alias ChartGroupedDensityGroup<TProperties>

    type ChartGroupedDensityGroup<TProperties = Record<string, unknown>> = {
        key: string;
        label: string;
        metrics: ChartMetricRecord;
        pointCount: number;
        series: ChartDensitySeries<TProperties>;
    }

    Type Parameters

    • TProperties = Record<string, unknown>
    Index

    Properties

    key: string
    label: string
    pointCount: number