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

    Type Alias UseChartSeriesVisibilityResult

    type UseChartSeriesVisibilityResult = {
        hiddenIds: string[];
        isVisible: (id: string) => boolean;
        setHiddenIds: (hiddenIds: readonly string[]) => void;
        showAll: () => void;
        toggle: (id: string) => void;
        visibleIds: string[];
    }
    Index

    Properties

    hiddenIds: string[]
    isVisible: (id: string) => boolean
    setHiddenIds: (hiddenIds: readonly string[]) => void
    showAll: () => void
    toggle: (id: string) => void
    visibleIds: string[]