amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.TreeMapConfiguration

Description

 
Synopsis

Documentation

data TreeMapConfiguration Source #

The configuration of a tree map.

See: newTreeMapConfiguration smart constructor.

Constructors

TreeMapConfiguration' 

Fields

Instances

Instances details
FromJSON TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

ToJSON TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

Generic TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

Associated Types

type Rep TreeMapConfiguration :: Type -> Type #

Show TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

NFData TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

Methods

rnf :: TreeMapConfiguration -> () #

Eq TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

Hashable TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

type Rep TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

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_groupLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility) of the groups that are displayed in a tree map.

treeMapConfiguration_sizeLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility) of the sizes that are displayed in a tree map.