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

    One panel of a multi-panel figure — the same (chart, dataTable, container, chartType) tuple createMaidrFromGoogleChart takes, plus an optional panel title announced during subplot navigation.

    interface GoogleChartPanel {
        chart: GoogleChart;
        dataTable: GoogleDataTable;
        container: HTMLElement;
        chartType: GoogleChartType;
        title?: string;
    }
    Index

    Properties

    The rendered Google Charts chart instance for this panel.

    dataTable: GoogleDataTable

    The DataTable (or DataView) the panel was drawn from.

    container: HTMLElement

    The DOM element the panel was drawn into. Must be inside options.root.

    chartType: GoogleChartType

    The Google Charts chart type string (see GoogleChartAdapterOptions.chartType).

    title?: string

    Panel name announced in subplot summaries (e.g. the facet value).