| 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.WaterfallChartSortConfiguration
Description
Synopsis
- data WaterfallChartSortConfiguration = WaterfallChartSortConfiguration' {}
 - newWaterfallChartSortConfiguration :: WaterfallChartSortConfiguration
 - waterfallChartSortConfiguration_breakdownItemsLimit :: Lens' WaterfallChartSortConfiguration (Maybe ItemsLimitConfiguration)
 - waterfallChartSortConfiguration_categorySort :: Lens' WaterfallChartSortConfiguration (Maybe [FieldSortOptions])
 
Documentation
data WaterfallChartSortConfiguration Source #
The sort configuration of a waterfall visual.
See: newWaterfallChartSortConfiguration smart constructor.
Constructors
| WaterfallChartSortConfiguration' | |
Fields 
  | |
Instances
newWaterfallChartSortConfiguration :: WaterfallChartSortConfiguration Source #
Create a value of WaterfallChartSortConfiguration 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:breakdownItemsLimit:WaterfallChartSortConfiguration', waterfallChartSortConfiguration_breakdownItemsLimit - The limit on the number of bar groups that are displayed.
$sel:categorySort:WaterfallChartSortConfiguration', waterfallChartSortConfiguration_categorySort - The sort configuration of the category fields.
waterfallChartSortConfiguration_breakdownItemsLimit :: Lens' WaterfallChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #
The limit on the number of bar groups that are displayed.
waterfallChartSortConfiguration_categorySort :: Lens' WaterfallChartSortConfiguration (Maybe [FieldSortOptions]) Source #
The sort configuration of the category fields.