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

    Grid arrangement for a flat array of charts passed to anyChartsToMaidr / bindAnyCharts.

    Charts are chunked row-major: with columns: 2 and five charts, the grid becomes [[a, b], [c, d], [e]]. When only rows is given, columns defaults to ceil(total / rows).

    interface AnyChartsLayout {
        rows?: number;
        columns?: number;
    }
    Index

    Properties

    Properties

    rows?: number
    columns?: number