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

    Interface PlotlyDimension

    One axis of a parallel-coordinates trace, with its whole column of values.

    interface PlotlyDimension {
        label?: string;
        values?: (string | number)[];
        visible?: boolean;
    }
    Index

    Properties

    label?: string
    values?: (string | number)[]
    visible?: boolean

    False for an axis the author hid, which plotly then does not draw.