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

Description

 
Synopsis

Documentation

data WaterfallChartOptions Source #

The options that determine the presentation of a waterfall visual.

See: newWaterfallChartOptions smart constructor.

Constructors

WaterfallChartOptions' 

Fields

Instances

Instances details
FromJSON WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

ToJSON WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

Generic WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

Associated Types

type Rep WaterfallChartOptions :: Type -> Type #

Read WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

Show WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

NFData WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

Methods

rnf :: WaterfallChartOptions -> () #

Eq WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

Hashable WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

type Rep WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

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

newWaterfallChartOptions :: WaterfallChartOptions Source #

Create a value of WaterfallChartOptions 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:totalBarLabel:WaterfallChartOptions', waterfallChartOptions_totalBarLabel - This option determines the total bar label of a waterfall visual.

waterfallChartOptions_totalBarLabel :: Lens' WaterfallChartOptions (Maybe Text) Source #

This option determines the total bar label of a waterfall visual.