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.DonutCenterOptions

Description

 
Synopsis

Documentation

data DonutCenterOptions Source #

The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

See: newDonutCenterOptions smart constructor.

Constructors

DonutCenterOptions' 

Fields

  • labelVisibility :: Maybe Visibility

    Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.

Instances

Instances details
FromJSON DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

ToJSON DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

Generic DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

Associated Types

type Rep DonutCenterOptions :: Type -> Type #

Read DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

Show DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

NFData DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

Methods

rnf :: DonutCenterOptions -> () #

Eq DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

Hashable DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

type Rep DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

type Rep DonutCenterOptions = D1 ('MetaData "DonutCenterOptions" "Amazonka.QuickSight.Types.DonutCenterOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DonutCenterOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newDonutCenterOptions :: DonutCenterOptions Source #

Create a value of DonutCenterOptions 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:labelVisibility:DonutCenterOptions', donutCenterOptions_labelVisibility - Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.

donutCenterOptions_labelVisibility :: Lens' DonutCenterOptions (Maybe Visibility) Source #

Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.