| 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.TreeMapConfiguration
Description
Synopsis
- data TreeMapConfiguration = TreeMapConfiguration' {
- colorLabelOptions :: Maybe ChartAxisLabelOptions
- colorScale :: Maybe ColorScale
- dataLabels :: Maybe DataLabelOptions
- fieldWells :: Maybe TreeMapFieldWells
- groupLabelOptions :: Maybe ChartAxisLabelOptions
- legend :: Maybe LegendOptions
- sizeLabelOptions :: Maybe ChartAxisLabelOptions
- sortConfiguration :: Maybe TreeMapSortConfiguration
- tooltip :: Maybe TooltipOptions
- newTreeMapConfiguration :: TreeMapConfiguration
- treeMapConfiguration_colorLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions)
- treeMapConfiguration_colorScale :: Lens' TreeMapConfiguration (Maybe ColorScale)
- treeMapConfiguration_dataLabels :: Lens' TreeMapConfiguration (Maybe DataLabelOptions)
- treeMapConfiguration_fieldWells :: Lens' TreeMapConfiguration (Maybe TreeMapFieldWells)
- treeMapConfiguration_groupLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions)
- treeMapConfiguration_legend :: Lens' TreeMapConfiguration (Maybe LegendOptions)
- treeMapConfiguration_sizeLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions)
- treeMapConfiguration_sortConfiguration :: Lens' TreeMapConfiguration (Maybe TreeMapSortConfiguration)
- treeMapConfiguration_tooltip :: Lens' TreeMapConfiguration (Maybe TooltipOptions)
Documentation
data TreeMapConfiguration Source #
The configuration of a tree map.
See: newTreeMapConfiguration smart constructor.
Constructors
| TreeMapConfiguration' | |
Fields
| |
Instances
newTreeMapConfiguration :: TreeMapConfiguration Source #
Create a value of TreeMapConfiguration 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:colorLabelOptions:TreeMapConfiguration', treeMapConfiguration_colorLabelOptions - The label options (label text, label visibility) for the colors
displayed in a tree map.
$sel:colorScale:TreeMapConfiguration', treeMapConfiguration_colorScale - The color options (gradient color, point of divergence) of a tree map.
$sel:dataLabels:TreeMapConfiguration', treeMapConfiguration_dataLabels - The options that determine if visual data labels are displayed.
$sel:fieldWells:TreeMapConfiguration', treeMapConfiguration_fieldWells - The field wells of the visual.
$sel:groupLabelOptions:TreeMapConfiguration', treeMapConfiguration_groupLabelOptions - The label options (label text, label visibility) of the groups that are
displayed in a tree map.
$sel:legend:TreeMapConfiguration', treeMapConfiguration_legend - The legend display setup of the visual.
$sel:sizeLabelOptions:TreeMapConfiguration', treeMapConfiguration_sizeLabelOptions - The label options (label text, label visibility) of the sizes that are
displayed in a tree map.
$sel:sortConfiguration:TreeMapConfiguration', treeMapConfiguration_sortConfiguration - The sort configuration of a tree map.
$sel:tooltip:TreeMapConfiguration', treeMapConfiguration_tooltip - The tooltip display setup of the visual.
treeMapConfiguration_colorLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions) Source #
The label options (label text, label visibility) for the colors displayed in a tree map.
treeMapConfiguration_colorScale :: Lens' TreeMapConfiguration (Maybe ColorScale) Source #
The color options (gradient color, point of divergence) of a tree map.
treeMapConfiguration_dataLabels :: Lens' TreeMapConfiguration (Maybe DataLabelOptions) Source #
The options that determine if visual data labels are displayed.
treeMapConfiguration_fieldWells :: Lens' TreeMapConfiguration (Maybe TreeMapFieldWells) Source #
The field wells of the visual.
treeMapConfiguration_groupLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions) Source #
The label options (label text, label visibility) of the groups that are displayed in a tree map.
treeMapConfiguration_legend :: Lens' TreeMapConfiguration (Maybe LegendOptions) Source #
The legend display setup of the visual.
treeMapConfiguration_sizeLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions) Source #
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
treeMapConfiguration_sortConfiguration :: Lens' TreeMapConfiguration (Maybe TreeMapSortConfiguration) Source #
The sort configuration of a tree map.
treeMapConfiguration_tooltip :: Lens' TreeMapConfiguration (Maybe TooltipOptions) Source #
The tooltip display setup of the visual.