Google Apps Script API
    Preparing search index...
    interface OrgChartSpec {
        labels?: ChartData;
        nodeColor?: GoogleAppsScript.Sheets.Schema.Color;
        nodeSize?: string;
        parentLabels?: ChartData;
        selectedNodeColor?: GoogleAppsScript.Sheets.Schema.Color;
        tooltips?: ChartData;
    }
    Index

    Properties

    labels?: ChartData
    nodeSize?: string
    parentLabels?: ChartData
    selectedNodeColor?: GoogleAppsScript.Sheets.Schema.Color
    tooltips?: ChartData