google_api_sheets v0.15.0 GoogleApi.Sheets.V4.Model.WaterfallChartSpec View Source
A waterfall chart.
Attributes
connectorLineStyle(type:GoogleApi.Sheets.V4.Model.LineStyle.t, default:nil) - The line style for the connector lines.domain(type:GoogleApi.Sheets.V4.Model.WaterfallChartDomain.t, default:nil) - The domain data (horizontal axis) for the waterfall chart.firstValueIsTotal(type:boolean(), default:nil) - True to interpret the first value as a total.hideConnectorLines(type:boolean(), default:nil) - True to hide connector lines between columns.series(type:list(GoogleApi.Sheets.V4.Model.WaterfallChartSeries.t), default:nil) - The data this waterfall chart is visualizing.stackedType(type:String.t, default:nil) - The stacked type.
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 Sourcet() :: %GoogleApi.Sheets.V4.Model.WaterfallChartSpec{
connectorLineStyle: GoogleApi.Sheets.V4.Model.LineStyle.t(),
domain: GoogleApi.Sheets.V4.Model.WaterfallChartDomain.t(),
firstValueIsTotal: boolean(),
hideConnectorLines: boolean(),
series: [GoogleApi.Sheets.V4.Model.WaterfallChartSeries.t()],
stackedType: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.