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

    Interface D3BuiltLayer

    Output of a per-type layer builder (the pure extraction core each binder shares between its single-chart export and the multi-panel binders).

    interface D3BuiltLayer {
        layer: MaidrLayer;
        legend?: string[];
    }
    Index

    Properties

    Properties

    layer: MaidrLayer

    The extracted MAIDR layer.

    legend?: string[]

    Legend labels (line / segmented charts only).