| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.HeatMapConfiguration
Description
Synopsis
- data HeatMapConfiguration = HeatMapConfiguration' {
- colorScale :: Maybe ColorScale
- columnLabelOptions :: Maybe ChartAxisLabelOptions
- dataLabels :: Maybe DataLabelOptions
- fieldWells :: Maybe HeatMapFieldWells
- legend :: Maybe LegendOptions
- rowLabelOptions :: Maybe ChartAxisLabelOptions
- sortConfiguration :: Maybe HeatMapSortConfiguration
- tooltip :: Maybe TooltipOptions
- newHeatMapConfiguration :: HeatMapConfiguration
- heatMapConfiguration_colorScale :: Lens' HeatMapConfiguration (Maybe ColorScale)
- heatMapConfiguration_columnLabelOptions :: Lens' HeatMapConfiguration (Maybe ChartAxisLabelOptions)
- heatMapConfiguration_dataLabels :: Lens' HeatMapConfiguration (Maybe DataLabelOptions)
- heatMapConfiguration_fieldWells :: Lens' HeatMapConfiguration (Maybe HeatMapFieldWells)
- heatMapConfiguration_legend :: Lens' HeatMapConfiguration (Maybe LegendOptions)
- heatMapConfiguration_rowLabelOptions :: Lens' HeatMapConfiguration (Maybe ChartAxisLabelOptions)
- heatMapConfiguration_sortConfiguration :: Lens' HeatMapConfiguration (Maybe HeatMapSortConfiguration)
- heatMapConfiguration_tooltip :: Lens' HeatMapConfiguration (Maybe TooltipOptions)
Documentation
data HeatMapConfiguration Source #
The configuration of a heat map.
See: newHeatMapConfiguration smart constructor.
Constructors
| HeatMapConfiguration' | |
Fields
| |
Instances
newHeatMapConfiguration :: HeatMapConfiguration Source #
Create a value of HeatMapConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:colorScale:HeatMapConfiguration', heatMapConfiguration_colorScale - The color options (gradient color, point of divergence) in a heat map.
$sel:columnLabelOptions:HeatMapConfiguration', heatMapConfiguration_columnLabelOptions - The label options of the column that is displayed in a heat map.
$sel:dataLabels:HeatMapConfiguration', heatMapConfiguration_dataLabels - The options that determine if visual data labels are displayed.
$sel:fieldWells:HeatMapConfiguration', heatMapConfiguration_fieldWells - The field wells of the visual.
$sel:legend:HeatMapConfiguration', heatMapConfiguration_legend - The legend display setup of the visual.
$sel:rowLabelOptions:HeatMapConfiguration', heatMapConfiguration_rowLabelOptions - The label options of the row that is displayed in a heat map.
$sel:sortConfiguration:HeatMapConfiguration', heatMapConfiguration_sortConfiguration - The sort configuration of a heat map.
$sel:tooltip:HeatMapConfiguration', heatMapConfiguration_tooltip - The tooltip display setup of the visual.
heatMapConfiguration_colorScale :: Lens' HeatMapConfiguration (Maybe ColorScale) Source #
The color options (gradient color, point of divergence) in a heat map.
heatMapConfiguration_columnLabelOptions :: Lens' HeatMapConfiguration (Maybe ChartAxisLabelOptions) Source #
The label options of the column that is displayed in a heat map.
heatMapConfiguration_dataLabels :: Lens' HeatMapConfiguration (Maybe DataLabelOptions) Source #
The options that determine if visual data labels are displayed.
heatMapConfiguration_fieldWells :: Lens' HeatMapConfiguration (Maybe HeatMapFieldWells) Source #
The field wells of the visual.
heatMapConfiguration_legend :: Lens' HeatMapConfiguration (Maybe LegendOptions) Source #
The legend display setup of the visual.
heatMapConfiguration_rowLabelOptions :: Lens' HeatMapConfiguration (Maybe ChartAxisLabelOptions) Source #
The label options of the row that is displayed in a heat map.
heatMapConfiguration_sortConfiguration :: Lens' HeatMapConfiguration (Maybe HeatMapSortConfiguration) Source #
The sort configuration of a heat map.
heatMapConfiguration_tooltip :: Lens' HeatMapConfiguration (Maybe TooltipOptions) Source #
The tooltip display setup of the visual.