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

    Interface PlotlyAnnotation

    A layout annotation. plotly.py (Plotly Express facets, make_subplots row/column/subplot titles) emits facet labels (e.g. "sex=Male") as annotations with xref: 'paper' / yref: 'paper' positioned via paper coordinates; hand-authored charts may instead use axis-domain references such as 'x2 domain'. Both shapes are recognised by the extractor.

    interface PlotlyAnnotation {
        text?: string;
        xref?: string;
        yref?: string;
        x?: string | number;
        y?: string | number;
        showarrow?: boolean;
        textangle?: string | number;
    }
    Index

    Properties

    text?: string
    xref?: string
    yref?: string
    x?: string | number
    y?: string | number
    showarrow?: boolean
    textangle?: string | number