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

Description

 
Synopsis

Documentation

data WaterfallChartConfiguration Source #

The configuration for a waterfall visual.

See: newWaterfallChartConfiguration smart constructor.

Constructors

WaterfallChartConfiguration' 

Fields

Instances

Instances details
FromJSON WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

ToJSON WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

Generic WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

Associated Types

type Rep WaterfallChartConfiguration :: Type -> Type #

Show WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

NFData WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

Eq WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

Hashable WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

type Rep WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

type Rep WaterfallChartConfiguration = D1 ('MetaData "WaterfallChartConfiguration" "Amazonka.QuickSight.Types.WaterfallChartConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WaterfallChartConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "categoryAxisDisplayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions)) :*: S1 ('MetaSel ('Just "categoryAxisLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions))) :*: (S1 ('MetaSel ('Just "dataLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataLabelOptions)) :*: (S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WaterfallChartFieldWells)) :*: S1 ('MetaSel ('Just "legend") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LegendOptions))))) :*: ((S1 ('MetaSel ('Just "primaryYAxisDisplayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions)) :*: S1 ('MetaSel ('Just "primaryYAxisLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions))) :*: (S1 ('MetaSel ('Just "sortConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WaterfallChartSortConfiguration)) :*: (S1 ('MetaSel ('Just "visualPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VisualPalette)) :*: S1 ('MetaSel ('Just "waterfallChartOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WaterfallChartOptions)))))))

newWaterfallChartConfiguration :: WaterfallChartConfiguration Source #

Create a value of WaterfallChartConfiguration 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:categoryAxisDisplayOptions:WaterfallChartConfiguration', waterfallChartConfiguration_categoryAxisDisplayOptions - The options that determine the presentation of the category axis.

$sel:categoryAxisLabelOptions:WaterfallChartConfiguration', waterfallChartConfiguration_categoryAxisLabelOptions - The options that determine the presentation of the category axis label.

$sel:dataLabels:WaterfallChartConfiguration', waterfallChartConfiguration_dataLabels - The data label configuration of a waterfall visual.

$sel:fieldWells:WaterfallChartConfiguration', waterfallChartConfiguration_fieldWells - The field well configuration of a waterfall visual.

$sel:legend:WaterfallChartConfiguration', waterfallChartConfiguration_legend - The legend configuration of a waterfall visual.

$sel:primaryYAxisDisplayOptions:WaterfallChartConfiguration', waterfallChartConfiguration_primaryYAxisDisplayOptions - The options that determine the presentation of the y-axis.

$sel:primaryYAxisLabelOptions:WaterfallChartConfiguration', waterfallChartConfiguration_primaryYAxisLabelOptions - The options that determine the presentation of the y-axis label.

$sel:sortConfiguration:WaterfallChartConfiguration', waterfallChartConfiguration_sortConfiguration - The sort configuration of a waterfall visual.

$sel:visualPalette:WaterfallChartConfiguration', waterfallChartConfiguration_visualPalette - The visual palette configuration of a waterfall visual.

$sel:waterfallChartOptions:WaterfallChartConfiguration', waterfallChartConfiguration_waterfallChartOptions - The options that determine the presentation of a waterfall visual.

waterfallChartConfiguration_categoryAxisLabelOptions :: Lens' WaterfallChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The options that determine the presentation of the category axis label.

waterfallChartConfiguration_visualPalette :: Lens' WaterfallChartConfiguration (Maybe VisualPalette) Source #

The visual palette configuration of a waterfall visual.

waterfallChartConfiguration_waterfallChartOptions :: Lens' WaterfallChartConfiguration (Maybe WaterfallChartOptions) Source #

The options that determine the presentation of a waterfall visual.