GoogleApi.Sheets.V4.Model.TreemapChartColorScale (google_api_sheets v0.25.2) View Source
A color scale for a treemap chart.
Attributes
-
maxValueColor
(type:GoogleApi.Sheets.V4.Model.Color.t
, default:nil
) - The background color for cells with a color value greater than or equal to maxValue. Defaults to #109618 if not specified. -
maxValueColorStyle
(type:GoogleApi.Sheets.V4.Model.ColorStyle.t
, default:nil
) - The background color for cells with a color value greater than or equal to maxValue. Defaults to #109618 if not specified. If max_value_color is also set, this field takes precedence. -
midValueColor
(type:GoogleApi.Sheets.V4.Model.Color.t
, default:nil
) - The background color for cells with a color value at the midpoint between minValue and maxValue. Defaults to #efe6dc if not specified. -
midValueColorStyle
(type:GoogleApi.Sheets.V4.Model.ColorStyle.t
, default:nil
) - The background color for cells with a color value at the midpoint between minValue and maxValue. Defaults to #efe6dc if not specified. If mid_value_color is also set, this field takes precedence. -
minValueColor
(type:GoogleApi.Sheets.V4.Model.Color.t
, default:nil
) - The background color for cells with a color value less than or equal to minValue. Defaults to #dc3912 if not specified. -
minValueColorStyle
(type:GoogleApi.Sheets.V4.Model.ColorStyle.t
, default:nil
) - The background color for cells with a color value less than or equal to minValue. Defaults to #dc3912 if not specified. If min_value_color is also set, this field takes precedence. -
noDataColor
(type:GoogleApi.Sheets.V4.Model.Color.t
, default:nil
) - The background color for cells that have no color data associated with them. Defaults to #000000 if not specified. -
noDataColorStyle
(type:GoogleApi.Sheets.V4.Model.ColorStyle.t
, default:nil
) - The background color for cells that have no color data associated with them. Defaults to #000000 if not specified. If no_data_color is also set, this field takes precedence.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Sheets.V4.Model.TreemapChartColorScale{ maxValueColor: GoogleApi.Sheets.V4.Model.Color.t(), maxValueColorStyle: GoogleApi.Sheets.V4.Model.ColorStyle.t(), midValueColor: GoogleApi.Sheets.V4.Model.Color.t(), midValueColorStyle: GoogleApi.Sheets.V4.Model.ColorStyle.t(), minValueColor: GoogleApi.Sheets.V4.Model.Color.t(), minValueColorStyle: GoogleApi.Sheets.V4.Model.ColorStyle.t(), noDataColor: GoogleApi.Sheets.V4.Model.Color.t(), noDataColorStyle: GoogleApi.Sheets.V4.Model.ColorStyle.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.