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

    Type Alias ChartDensityBackendPolicyInput

    type ChartDensityBackendPolicyInput = {
        hasPercentiles?: boolean;
        operationKind?:
            | "chart"
            | "grouped"
            | "heatmap"
            | "histogram"
            | "construct"
            | "progressive";
        pointCount: number;
        requestedModes?: readonly ChartValueMode[];
    }
    Index

    Properties

    hasPercentiles?: boolean
    operationKind?:
        | "chart"
        | "grouped"
        | "heatmap"
        | "histogram"
        | "construct"
        | "progressive"
    pointCount: number
    requestedModes?: readonly ChartValueMode[]