| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.SmallMultiplesOptions
Description
Synopsis
- data SmallMultiplesOptions = SmallMultiplesOptions' {}
- newSmallMultiplesOptions :: SmallMultiplesOptions
- smallMultiplesOptions_maxVisibleColumns :: Lens' SmallMultiplesOptions (Maybe Natural)
- smallMultiplesOptions_maxVisibleRows :: Lens' SmallMultiplesOptions (Maybe Natural)
- smallMultiplesOptions_panelConfiguration :: Lens' SmallMultiplesOptions (Maybe PanelConfiguration)
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
| |
Instances
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.