g3-toolkit API Reference
    Preparing search index...

    Interface StatsPanelProps

    interface StatsPanelProps {
        bins?: number;
        className?: string;
        propertyKey: string;
        ugm: UGM;
    }
    Index

    Properties

    bins?: number

    Number of histogram bins (default 20).

    className?: string
    propertyKey: string

    Property key to plot (e.g., "pagerank", "score").

    ugm: UGM