MAIDR Documentation - v4.4.0
    Preparing search index...

    Interface PlotlyPolarLayout

    One polar subplot's layout. Polar traces name theirs on trace.subplot, and it is what says where the subplot sits on the paper — polar has no axis pair with a domain to read one from.

    interface PlotlyPolarLayout {
        domain?: { x?: [number, number]; y?: [number, number] };
        radialaxis?: PlotlyAxis;
        angularaxis?: PlotlyAxis;
    }
    Index

    Properties

    domain?: { x?: [number, number]; y?: [number, number] }
    radialaxis?: PlotlyAxis
    angularaxis?: PlotlyAxis