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

    Common interface shared by all Google visualization chart types.

    interface GoogleChart {
        getSelection: () => GoogleSelectionItem[];
        setSelection: (selection: GoogleSelectionItem[]) => void;
        getChartLayoutInterface: () => GoogleChartLayoutInterface;
    }
    Index

    Properties

    getSelection: () => GoogleSelectionItem[]
    setSelection: (selection: GoogleSelectionItem[]) => void
    getChartLayoutInterface: () => GoogleChartLayoutInterface

    Returns the chart layout interface for accessing element positions.