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

    Type Alias ChartWithLegendProps

    type ChartWithLegendProps = {
        children: ReactNode;
        className?: string;
        defaultLegendDisplay?: "expanded" | "hidden";
        legend: ReactNode;
        legendDisplayLabel?: string;
        legendMode?: "floating" | "side";
        legendSide?: "left" | "right";
        legendTitle?: ReactNode;
        legendWidthClassName?: string;
        onLegendHide?: () => void;
    }
    Index

    Properties

    children: ReactNode
    className?: string
    defaultLegendDisplay?: "expanded" | "hidden"
    legend: ReactNode
    legendDisplayLabel?: string
    legendMode?: "floating" | "side"
    legendSide?: "left" | "right"
    legendTitle?: ReactNode
    legendWidthClassName?: string
    onLegendHide?: () => void