google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.TreemapChartColorScale View Source
A color scale for a treemap chart.
Attributes
- maxValueColor (Color): The background color for cells with a color value greater than or equal to maxValue. Defaults to #109618 if not specified. Defaults to:
null
. - midValueColor (Color): The background color for cells with a color value at the midpoint between minValue and maxValue. Defaults to #efe6dc if not specified. Defaults to:
null
. - minValueColor (Color): The background color for cells with a color value less than or equal to minValue. Defaults to #dc3912 if not specified. Defaults to:
null
. - noDataColor (Color): The background color for cells that have no color data associated with them. Defaults to #000000 if not specified. 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()
View Source
t() :: %GoogleApi.Sheets.V4.Model.TreemapChartColorScale{
maxValueColor: GoogleApi.Sheets.V4.Model.Color.t(),
midValueColor: GoogleApi.Sheets.V4.Model.Color.t(),
minValueColor: GoogleApi.Sheets.V4.Model.Color.t(),
noDataColor: GoogleApi.Sheets.V4.Model.Color.t()
}
t() :: %GoogleApi.Sheets.V4.Model.TreemapChartColorScale{ maxValueColor: GoogleApi.Sheets.V4.Model.Color.t(), midValueColor: GoogleApi.Sheets.V4.Model.Color.t(), minValueColor: GoogleApi.Sheets.V4.Model.Color.t(), noDataColor: GoogleApi.Sheets.V4.Model.Color.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.