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

Description

 
Synopsis

Documentation

data SmallMultiplesOptions Source #

Options that determine the layout and display options of a chart's small multiples.

See: newSmallMultiplesOptions smart constructor.

Constructors

SmallMultiplesOptions' 

Fields

  • maxVisibleColumns :: Maybe Natural

    Sets the maximum number of visible columns to display in the grid of small multiples panels.

    The default is Auto, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

  • maxVisibleRows :: Maybe Natural

    Sets the maximum number of visible rows to display in the grid of small multiples panels.

    The default value is Auto, which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

  • panelConfiguration :: Maybe PanelConfiguration

    Configures the display options for each small multiples panel.

Instances

Instances details
FromJSON SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

ToJSON SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

Generic SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

Associated Types

type Rep SmallMultiplesOptions :: Type -> Type #

Read SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

Show SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

NFData SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

Methods

rnf :: SmallMultiplesOptions -> () #

Eq SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

Hashable SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

type Rep SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

type Rep SmallMultiplesOptions = D1 ('MetaData "SmallMultiplesOptions" "Amazonka.QuickSight.Types.SmallMultiplesOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SmallMultiplesOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxVisibleColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "maxVisibleRows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "panelConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PanelConfiguration)))))

newSmallMultiplesOptions :: SmallMultiplesOptions Source #

Create a value of SmallMultiplesOptions 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:maxVisibleColumns:SmallMultiplesOptions', smallMultiplesOptions_maxVisibleColumns - Sets the maximum number of visible columns to display in the grid of small multiples panels.

The default is Auto, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

$sel:maxVisibleRows:SmallMultiplesOptions', smallMultiplesOptions_maxVisibleRows - Sets the maximum number of visible rows to display in the grid of small multiples panels.

The default value is Auto, which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

$sel:panelConfiguration:SmallMultiplesOptions', smallMultiplesOptions_panelConfiguration - Configures the display options for each small multiples panel.

smallMultiplesOptions_maxVisibleColumns :: Lens' SmallMultiplesOptions (Maybe Natural) Source #

Sets the maximum number of visible columns to display in the grid of small multiples panels.

The default is Auto, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

smallMultiplesOptions_maxVisibleRows :: Lens' SmallMultiplesOptions (Maybe Natural) Source #

Sets the maximum number of visible rows to display in the grid of small multiples panels.

The default value is Auto, which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

smallMultiplesOptions_panelConfiguration :: Lens' SmallMultiplesOptions (Maybe PanelConfiguration) Source #

Configures the display options for each small multiples panel.