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

A waterfall chart.

Attributes

  • connectorLineStyle (LineStyle): The line style for the connector lines. Defaults to: null.
  • domain (WaterfallChartDomain): The domain data (horizontal axis) for the waterfall chart. Defaults to: null.
  • firstValueIsTotal (boolean()): True to interpret the first value as a total. Defaults to: null.
  • hideConnectorLines (boolean()): True to hide connector lines between columns. Defaults to: null.
  • series ([WaterfallChartSeries]): The data this waterfall chart is visualizing. Defaults to: null.
  • stackedType (String.t): The stacked type. Defaults to: null.

    • Enum - one of [WATERFALL_STACKED_TYPE_UNSPECIFIED, STACKED, SEQUENTIAL]

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.WaterfallChartSpec{
  connectorLineStyle: GoogleApi.Sheets.V4.Model.LineStyle.t(),
  domain: GoogleApi.Sheets.V4.Model.WaterfallChartDomain.t(),
  firstValueIsTotal: any(),
  hideConnectorLines: any(),
  series: [GoogleApi.Sheets.V4.Model.WaterfallChartSeries.t()],
  stackedType: any()
}

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.