Google Apps Script API
    Preparing search index...
    interface BubbleChartSpec {
        bubbleBorderColor?: GoogleAppsScript.Sheets.Schema.Color;
        bubbleLabels?: ChartData;
        bubbleMaxRadiusSize?: number;
        bubbleMinRadiusSize?: number;
        bubbleOpacity?: number;
        bubbleSizes?: ChartData;
        bubbleTextStyle?: TextFormat;
        domain?: ChartData;
        groupIds?: ChartData;
        legendPosition?: string;
        series?: ChartData;
    }
    Index

    Properties

    bubbleBorderColor?: GoogleAppsScript.Sheets.Schema.Color
    bubbleLabels?: ChartData
    bubbleMaxRadiusSize?: number
    bubbleMinRadiusSize?: number
    bubbleOpacity?: number
    bubbleSizes?: ChartData
    bubbleTextStyle?: TextFormat
    domain?: ChartData
    groupIds?: ChartData
    legendPosition?: string
    series?: ChartData