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

    Type Alias UseChartBinCountResult<TElement>

    type UseChartBinCountResult<TElement extends Element = HTMLDivElement> = {
        containerRef: (node: TElement | null) => void;
        isAuto: boolean;
        resetAuto: () => void;
        setManualBinCount: (value: number) => void;
        targetBinCount: number;
        width: number | null;
    }

    Type Parameters

    • TElement extends Element = HTMLDivElement
    Index

    Properties

    containerRef: (node: TElement | null) => void
    isAuto: boolean
    resetAuto: () => void
    setManualBinCount: (value: number) => void
    targetBinCount: number
    width: number | null