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

    Type Alias ChartSeriesLegendProps

    type ChartSeriesLegendProps = {
        "aria-label"?: string;
        className?: string;
        hiddenIds?: readonly string[];
        items: readonly ChartLegendItem[];
        onHiddenIdsChange?: (hiddenIds: string[]) => void;
        orientation?: "horizontal" | "vertical";
        showCounts?: boolean;
    }
    Index

    Properties

    "aria-label"?: string
    className?: string
    hiddenIds?: readonly string[]
    items: readonly ChartLegendItem[]
    onHiddenIdsChange?: (hiddenIds: string[]) => void
    orientation?: "horizontal" | "vertical"
    showCounts?: boolean