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

    Options accepted by createMaidrFromGoogleChart.

    interface GoogleChartAdapterOptions {
        id?: string;
        title?: string;
        chartType: GoogleChartType;
    }
    Index

    Properties

    Properties

    id?: string

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

    title?: string

    Chart title. Extracted from chart options when omitted.

    chartType: GoogleChartType

    The Google Charts chart type string (e.g. 'BarChart', 'LineChart'). Must be provided because the chart instance does not expose its own type.

    For stacked, normalized, or grouped (dodged) variants of bar / column charts, use the explicit adapter type strings such as 'StackedColumnChart', 'NormalizedBarChart', or 'DodgedColumnChart'.