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

Description

 
Synopsis

Documentation

data FunnelChartConfiguration Source #

The configuration of a FunnelChartVisual.

See: newFunnelChartConfiguration smart constructor.

Constructors

FunnelChartConfiguration' 

Fields

Instances

Instances details
FromJSON FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

ToJSON FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

Generic FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

Associated Types

type Rep FunnelChartConfiguration :: Type -> Type #

Show FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

NFData FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

Eq FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

Hashable FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

type Rep FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

newFunnelChartConfiguration :: FunnelChartConfiguration Source #

Create a value of FunnelChartConfiguration 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:categoryLabelOptions:FunnelChartConfiguration', funnelChartConfiguration_categoryLabelOptions - The label options of the categories that are displayed in a FunnelChartVisual.

$sel:dataLabelOptions:FunnelChartConfiguration', funnelChartConfiguration_dataLabelOptions - The options that determine the presentation of the data labels.

$sel:fieldWells:FunnelChartConfiguration', funnelChartConfiguration_fieldWells - The field well configuration of a FunnelChartVisual.

$sel:sortConfiguration:FunnelChartConfiguration', funnelChartConfiguration_sortConfiguration - The sort configuration of a FunnelChartVisual.

$sel:tooltip:FunnelChartConfiguration', funnelChartConfiguration_tooltip - The tooltip configuration of a FunnelChartVisual.

$sel:valueLabelOptions:FunnelChartConfiguration', funnelChartConfiguration_valueLabelOptions - The label options for the values that are displayed in a FunnelChartVisual.

$sel:visualPalette:FunnelChartConfiguration', funnelChartConfiguration_visualPalette - The visual palette configuration of a FunnelChartVisual.

funnelChartConfiguration_categoryLabelOptions :: Lens' FunnelChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options of the categories that are displayed in a FunnelChartVisual.

funnelChartConfiguration_dataLabelOptions :: Lens' FunnelChartConfiguration (Maybe FunnelChartDataLabelOptions) Source #

The options that determine the presentation of the data labels.

funnelChartConfiguration_tooltip :: Lens' FunnelChartConfiguration (Maybe TooltipOptions) Source #

The tooltip configuration of a FunnelChartVisual.

funnelChartConfiguration_valueLabelOptions :: Lens' FunnelChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options for the values that are displayed in a FunnelChartVisual.

funnelChartConfiguration_visualPalette :: Lens' FunnelChartConfiguration (Maybe VisualPalette) Source #

The visual palette configuration of a FunnelChartVisual.