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

    Type Alias ChartHotBinRowProps<TProperties>

    type ChartHotBinRowProps<TProperties = Record<string, unknown>> = {
        className?: string;
        formatMetric?: (metricKey: string, value: number) => ReactNode;
        formatX?: (value: number) => string;
        sample: ChartDensitySample<TProperties>;
    }

    Type Parameters

    • TProperties = Record<string, unknown>
    Index

    Properties

    className?: string
    formatMetric?: (metricKey: string, value: number) => ReactNode
    formatX?: (value: number) => string