google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.BubbleChartSpec View Source

A <a href="/chart/interactive/docs/gallery/bubblechart">bubble chart</a>.

Attributes

  • bubbleBorderColor (Color): The bubble border color. Defaults to: null.
  • bubbleLabels (ChartData): The data containing the bubble labels. These do not need to be unique. Defaults to: null.
  • bubbleMaxRadiusSize (integer()): The max radius size of the bubbles, in pixels. If specified, the field must be a positive value. Defaults to: null.
  • bubbleMinRadiusSize (integer()): The minimum radius size of the bubbles, in pixels. If specific, the field must be a positive value. Defaults to: null.
  • bubbleOpacity (float()): The opacity of the bubbles between 0 and 1.0. 0 is fully transparent and 1 is fully opaque. Defaults to: null.
  • bubbleSizes (ChartData): The data contianing the bubble sizes. Bubble sizes are used to draw the bubbles at different sizes relative to each other. If specified, group_ids must also be specified. This field is optional. Defaults to: null.
  • bubbleTextStyle (TextFormat): The format of the text inside the bubbles. Underline and Strikethrough are not supported. Defaults to: null.
  • domain (ChartData): The data containing the bubble x-values. These values locate the bubbles in the chart horizontally. Defaults to: null.
  • groupIds (ChartData): The data containing the bubble group IDs. All bubbles with the same group ID are drawn in the same color. If bubble_sizes is specified then this field must also be specified but may contain blank values. This field is optional. Defaults to: null.
  • legendPosition (String.t): Where the legend of the chart should be drawn. Defaults to: null.

    • Enum - one of [BUBBLE_CHART_LEGEND_POSITION_UNSPECIFIED, BOTTOM_LEGEND, LEFT_LEGEND, RIGHT_LEGEND, TOP_LEGEND, NO_LEGEND, INSIDE_LEGEND]
  • series (ChartData): The data contianing the bubble y-values. These values locate the bubbles in the chart vertically. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Sheets.V4.Model.BubbleChartSpec{
  bubbleBorderColor: GoogleApi.Sheets.V4.Model.Color.t(),
  bubbleLabels: GoogleApi.Sheets.V4.Model.ChartData.t(),
  bubbleMaxRadiusSize: any(),
  bubbleMinRadiusSize: any(),
  bubbleOpacity: any(),
  bubbleSizes: GoogleApi.Sheets.V4.Model.ChartData.t(),
  bubbleTextStyle: GoogleApi.Sheets.V4.Model.TextFormat.t(),
  domain: GoogleApi.Sheets.V4.Model.ChartData.t(),
  groupIds: GoogleApi.Sheets.V4.Model.ChartData.t(),
  legendPosition: any(),
  series: GoogleApi.Sheets.V4.Model.ChartData.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.