Skip to content

GraphPanel🔗

Support for legacy graph panel.

@deprecated this a deprecated panel type

Definition🔗

export interface GraphPanel {
    type: "graph";
    // @deprecated this is part of deprecated graph panel
    legend?: {
        show: boolean;
        sort?: string;
        sortDesc?: boolean;
    };
}

See also🔗