MAIDR Documentation - v3.72.1
    Preparing search index...
    interface PlotlyAxis {
        title?: string | { text?: string };
        range?: [number, number];
        dtick?: string | number;
        tick0?: string | number;
        tickmode?: "auto" | "linear" | "array";
        tickvals?: number[];
        type?: string;
        categories?: string[];
        domain?: [number, number];
        anchor?: string;
        matches?: string;
        _offset?: number;
        _length?: number;
    }
    Index

    Properties

    title?: string | { text?: string }
    range?: [number, number]
    dtick?: string | number
    tick0?: string | number
    tickmode?: "auto" | "linear" | "array"
    tickvals?: number[]
    type?: string
    categories?: string[]
    domain?: [number, number]

    Fraction of the plot area this axis spans: [start, end] in [0, 1].

    anchor?: string

    The axis this one is anchored to (e.g. 'y2').

    matches?: string

    Axis id whose range this axis mirrors (facet-style shared axes).

    _offset?: number

    Computed pixel offset of the axis within the SVG (plotly internal).

    _length?: number

    Computed pixel length of the axis within the SVG (plotly internal).