| 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.FunnelChartSortConfiguration
Description
Synopsis
- data FunnelChartSortConfiguration = FunnelChartSortConfiguration' {}
- newFunnelChartSortConfiguration :: FunnelChartSortConfiguration
- funnelChartSortConfiguration_categoryItemsLimit :: Lens' FunnelChartSortConfiguration (Maybe ItemsLimitConfiguration)
- funnelChartSortConfiguration_categorySort :: Lens' FunnelChartSortConfiguration (Maybe [FieldSortOptions])
Documentation
data FunnelChartSortConfiguration Source #
The sort configuration of a FunnelChartVisual.
See: newFunnelChartSortConfiguration smart constructor.
Constructors
| FunnelChartSortConfiguration' | |
Fields
| |
Instances
newFunnelChartSortConfiguration :: FunnelChartSortConfiguration Source #
Create a value of FunnelChartSortConfiguration 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:FunnelChartSortConfiguration', funnelChartSortConfiguration_categoryItemsLimit - The limit on the number of categories displayed.
$sel:categorySort:FunnelChartSortConfiguration', funnelChartSortConfiguration_categorySort - The sort configuration of the category fields.
funnelChartSortConfiguration_categoryItemsLimit :: Lens' FunnelChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #
The limit on the number of categories displayed.
funnelChartSortConfiguration_categorySort :: Lens' FunnelChartSortConfiguration (Maybe [FieldSortOptions]) Source #
The sort configuration of the category fields.