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

Description

 
Synopsis

Documentation

data PieChartSortConfiguration Source #

The sort configuration of a pie chart.

See: newPieChartSortConfiguration smart constructor.

Constructors

PieChartSortConfiguration' 

Fields

Instances

Instances details
FromJSON PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

ToJSON PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

Generic PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

Associated Types

type Rep PieChartSortConfiguration :: Type -> Type #

Read PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

Show PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

NFData PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

Eq PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

Hashable PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

type Rep PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

type Rep PieChartSortConfiguration = D1 ('MetaData "PieChartSortConfiguration" "Amazonka.QuickSight.Types.PieChartSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PieChartSortConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "categoryItemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "categorySort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))) :*: (S1 ('MetaSel ('Just "smallMultiplesLimitConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "smallMultiplesSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions])))))

newPieChartSortConfiguration :: PieChartSortConfiguration Source #

Create a value of PieChartSortConfiguration 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:categoryItemsLimit:PieChartSortConfiguration', pieChartSortConfiguration_categoryItemsLimit - The limit on the number of categories that are displayed in a pie chart.

$sel:categorySort:PieChartSortConfiguration', pieChartSortConfiguration_categorySort - The sort configuration of the category fields.

$sel:smallMultiplesLimitConfiguration:PieChartSortConfiguration', pieChartSortConfiguration_smallMultiplesLimitConfiguration - The limit on the number of small multiples panels that are displayed.

$sel:smallMultiplesSort:PieChartSortConfiguration', pieChartSortConfiguration_smallMultiplesSort - The sort configuration of the small multiples field.

pieChartSortConfiguration_categoryItemsLimit :: Lens' PieChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The limit on the number of categories that are displayed in a pie chart.