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

Description

 
Synopsis

Documentation

data FunnelChartDataLabelOptions Source #

The options that determine the presentation of the data labels.

See: newFunnelChartDataLabelOptions smart constructor.

Constructors

FunnelChartDataLabelOptions' 

Fields

Instances

Instances details
FromJSON FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

ToJSON FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

Generic FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

Associated Types

type Rep FunnelChartDataLabelOptions :: Type -> Type #

Read FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

Show FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

NFData FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

Eq FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

Hashable FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

type Rep FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

type Rep FunnelChartDataLabelOptions = D1 ('MetaData "FunnelChartDataLabelOptions" "Amazonka.QuickSight.Types.FunnelChartDataLabelOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FunnelChartDataLabelOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "categoryLabelVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: (S1 ('MetaSel ('Just "labelColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "labelFontConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontConfiguration)))) :*: ((S1 ('MetaSel ('Just "measureDataLabelStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FunnelChartMeasureDataLabelStyle)) :*: S1 ('MetaSel ('Just "measureLabelVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataLabelPosition)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))))

newFunnelChartDataLabelOptions :: FunnelChartDataLabelOptions Source #

Create a value of FunnelChartDataLabelOptions 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:categoryLabelVisibility:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_categoryLabelVisibility - The visibility of the category labels within the data labels.

$sel:labelColor:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_labelColor - The color of the data label text.

$sel:labelFontConfiguration:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_labelFontConfiguration - The font configuration for the data labels.

Only the FontSize attribute of the font configuration is used for data labels.

$sel:measureDataLabelStyle:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_measureDataLabelStyle - Determines the style of the metric labels.

$sel:measureLabelVisibility:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_measureLabelVisibility - The visibility of the measure labels within the data labels.

$sel:position:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_position - Determines the positioning of the data label relative to a section of the funnel.

$sel:visibility:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_visibility - The visibility option that determines if data labels are displayed.

funnelChartDataLabelOptions_categoryLabelVisibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility) Source #

The visibility of the category labels within the data labels.

funnelChartDataLabelOptions_labelFontConfiguration :: Lens' FunnelChartDataLabelOptions (Maybe FontConfiguration) Source #

The font configuration for the data labels.

Only the FontSize attribute of the font configuration is used for data labels.

funnelChartDataLabelOptions_measureLabelVisibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility) Source #

The visibility of the measure labels within the data labels.

funnelChartDataLabelOptions_position :: Lens' FunnelChartDataLabelOptions (Maybe DataLabelPosition) Source #

Determines the positioning of the data label relative to a section of the funnel.

funnelChartDataLabelOptions_visibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility) Source #

The visibility option that determines if data labels are displayed.