MAIDR Documentation - v3.65.0
    Preparing search index...

    Interface PlotlyFullLayout

    interface PlotlyFullLayout {
        title?: string | { text?: string };
        xaxis?: PlotlyAxis;
        yaxis?: PlotlyAxis;
        grid?: { rows?: number; columns?: number };
        barmode?: string;
        barnorm?: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    title?: string | { text?: string }
    xaxis?: PlotlyAxis
    yaxis?: PlotlyAxis
    grid?: { rows?: number; columns?: number }
    barmode?: string
    barnorm?: string