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

    Interface FrappeChartAdapterOptions

    Options accepted by createMaidrFromFrappeChart.

    interface FrappeChartAdapterOptions {
        id?: string;
        title?: string;
        chartType: FrappeChartType;
        axes?: { x?: string; y?: string };
    }
    Index

    Properties

    id?: string

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

    title?: string

    Chart title.

    chartType: FrappeChartType

    The Frappe chart type. Required because the chart instance does not expose its own type in a stable way. Multi-line charts use 'line' (the adapter auto-detects multiple datasets).

    axes?: { x?: string; y?: string }

    Axis labels.