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

    Interface FrappeChartsGridOptions

    Options accepted by createMaidrFromFrappeCharts.

    interface FrappeChartsGridOptions {
        id?: string;
        title?: string;
        subtitle?: string;
        caption?: string;
        columns?: number;
    }
    Index

    Properties

    id?: string

    Unique ID for the MAIDR instance. Defaults to the wrapper element's id.

    title?: string

    Figure title.

    subtitle?: string

    Figure subtitle.

    caption?: string

    Figure caption.

    columns?: number

    When panels is a flat array, chunk it into rows of this many panels (row-major). Ignored for 2D input; omit to place all panels in one row.