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

A bubble chart.

Attributes

  • bubbleBorderColor (type: GoogleApi.Sheets.V4.Model.Color.t, default: nil) - The bubble border color.
  • bubbleBorderColorStyle (type: GoogleApi.Sheets.V4.Model.ColorStyle.t, default: nil) - The bubble border color. If bubble_border_color is also set, this field takes precedence.
  • bubbleLabels (type: GoogleApi.Sheets.V4.Model.ChartData.t, default: nil) - The data containing the bubble labels. These do not need to be unique.
  • bubbleMaxRadiusSize (type: integer(), default: nil) - The max radius size of the bubbles, in pixels. If specified, the field must be a positive value.
  • bubbleMinRadiusSize (type: integer(), default: nil) - The minimum radius size of the bubbles, in pixels. If specific, the field must be a positive value.
  • bubbleOpacity (type: number(), default: nil) - The opacity of the bubbles between 0 and 1.0. 0 is fully transparent and 1 is fully opaque.
  • bubbleSizes (type: GoogleApi.Sheets.V4.Model.ChartData.t, default: nil) - 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.
  • bubbleTextStyle (type: GoogleApi.Sheets.V4.Model.TextFormat.t, default: nil) - The format of the text inside the bubbles. Underline and Strikethrough are not supported.
  • domain (type: GoogleApi.Sheets.V4.Model.ChartData.t, default: nil) - The data containing the bubble x-values. These values locate the bubbles in the chart horizontally.
  • groupIds (type: GoogleApi.Sheets.V4.Model.ChartData.t, default: nil) - 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.
  • legendPosition (type: String.t, default: nil) - Where the legend of the chart should be drawn.
  • series (type: GoogleApi.Sheets.V4.Model.ChartData.t, default: nil) - The data contianing the bubble y-values. These values locate the bubbles in the chart vertically.

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(),
  bubbleBorderColorStyle: GoogleApi.Sheets.V4.Model.ColorStyle.t(),
  bubbleLabels: GoogleApi.Sheets.V4.Model.ChartData.t(),
  bubbleMaxRadiusSize: integer(),
  bubbleMinRadiusSize: integer(),
  bubbleOpacity: number(),
  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: String.t(),
  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.