| 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.WaterfallChartConfiguration
Description
Synopsis
- data WaterfallChartConfiguration = WaterfallChartConfiguration' {
- categoryAxisDisplayOptions :: Maybe AxisDisplayOptions
 - categoryAxisLabelOptions :: Maybe ChartAxisLabelOptions
 - dataLabels :: Maybe DataLabelOptions
 - fieldWells :: Maybe WaterfallChartFieldWells
 - legend :: Maybe LegendOptions
 - primaryYAxisDisplayOptions :: Maybe AxisDisplayOptions
 - primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptions
 - sortConfiguration :: Maybe WaterfallChartSortConfiguration
 - visualPalette :: Maybe VisualPalette
 - waterfallChartOptions :: Maybe WaterfallChartOptions
 
 - newWaterfallChartConfiguration :: WaterfallChartConfiguration
 - waterfallChartConfiguration_categoryAxisDisplayOptions :: Lens' WaterfallChartConfiguration (Maybe AxisDisplayOptions)
 - waterfallChartConfiguration_categoryAxisLabelOptions :: Lens' WaterfallChartConfiguration (Maybe ChartAxisLabelOptions)
 - waterfallChartConfiguration_dataLabels :: Lens' WaterfallChartConfiguration (Maybe DataLabelOptions)
 - waterfallChartConfiguration_fieldWells :: Lens' WaterfallChartConfiguration (Maybe WaterfallChartFieldWells)
 - waterfallChartConfiguration_legend :: Lens' WaterfallChartConfiguration (Maybe LegendOptions)
 - waterfallChartConfiguration_primaryYAxisDisplayOptions :: Lens' WaterfallChartConfiguration (Maybe AxisDisplayOptions)
 - waterfallChartConfiguration_primaryYAxisLabelOptions :: Lens' WaterfallChartConfiguration (Maybe ChartAxisLabelOptions)
 - waterfallChartConfiguration_sortConfiguration :: Lens' WaterfallChartConfiguration (Maybe WaterfallChartSortConfiguration)
 - waterfallChartConfiguration_visualPalette :: Lens' WaterfallChartConfiguration (Maybe VisualPalette)
 - waterfallChartConfiguration_waterfallChartOptions :: Lens' WaterfallChartConfiguration (Maybe WaterfallChartOptions)
 
Documentation
data WaterfallChartConfiguration Source #
The configuration for a waterfall visual.
See: newWaterfallChartConfiguration smart constructor.
Constructors
| WaterfallChartConfiguration' | |
Fields 
  | |
Instances
newWaterfallChartConfiguration :: WaterfallChartConfiguration Source #
Create a value of WaterfallChartConfiguration 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:categoryAxisDisplayOptions:WaterfallChartConfiguration', waterfallChartConfiguration_categoryAxisDisplayOptions - The options that determine the presentation of the category axis.
$sel:categoryAxisLabelOptions:WaterfallChartConfiguration', waterfallChartConfiguration_categoryAxisLabelOptions - The options that determine the presentation of the category axis label.
$sel:dataLabels:WaterfallChartConfiguration', waterfallChartConfiguration_dataLabels - The data label configuration of a waterfall visual.
$sel:fieldWells:WaterfallChartConfiguration', waterfallChartConfiguration_fieldWells - The field well configuration of a waterfall visual.
$sel:legend:WaterfallChartConfiguration', waterfallChartConfiguration_legend - The legend configuration of a waterfall visual.
$sel:primaryYAxisDisplayOptions:WaterfallChartConfiguration', waterfallChartConfiguration_primaryYAxisDisplayOptions - The options that determine the presentation of the y-axis.
$sel:primaryYAxisLabelOptions:WaterfallChartConfiguration', waterfallChartConfiguration_primaryYAxisLabelOptions - The options that determine the presentation of the y-axis label.
$sel:sortConfiguration:WaterfallChartConfiguration', waterfallChartConfiguration_sortConfiguration - The sort configuration of a waterfall visual.
$sel:visualPalette:WaterfallChartConfiguration', waterfallChartConfiguration_visualPalette - The visual palette configuration of a waterfall visual.
$sel:waterfallChartOptions:WaterfallChartConfiguration', waterfallChartConfiguration_waterfallChartOptions - The options that determine the presentation of a waterfall visual.
waterfallChartConfiguration_categoryAxisDisplayOptions :: Lens' WaterfallChartConfiguration (Maybe AxisDisplayOptions) Source #
The options that determine the presentation of the category axis.
waterfallChartConfiguration_categoryAxisLabelOptions :: Lens' WaterfallChartConfiguration (Maybe ChartAxisLabelOptions) Source #
The options that determine the presentation of the category axis label.
waterfallChartConfiguration_dataLabels :: Lens' WaterfallChartConfiguration (Maybe DataLabelOptions) Source #
The data label configuration of a waterfall visual.
waterfallChartConfiguration_fieldWells :: Lens' WaterfallChartConfiguration (Maybe WaterfallChartFieldWells) Source #
The field well configuration of a waterfall visual.
waterfallChartConfiguration_legend :: Lens' WaterfallChartConfiguration (Maybe LegendOptions) Source #
The legend configuration of a waterfall visual.
waterfallChartConfiguration_primaryYAxisDisplayOptions :: Lens' WaterfallChartConfiguration (Maybe AxisDisplayOptions) Source #
The options that determine the presentation of the y-axis.
waterfallChartConfiguration_primaryYAxisLabelOptions :: Lens' WaterfallChartConfiguration (Maybe ChartAxisLabelOptions) Source #
The options that determine the presentation of the y-axis label.
waterfallChartConfiguration_sortConfiguration :: Lens' WaterfallChartConfiguration (Maybe WaterfallChartSortConfiguration) Source #
The sort configuration of a waterfall visual.
waterfallChartConfiguration_visualPalette :: Lens' WaterfallChartConfiguration (Maybe VisualPalette) Source #
The visual palette configuration of a waterfall visual.
waterfallChartConfiguration_waterfallChartOptions :: Lens' WaterfallChartConfiguration (Maybe WaterfallChartOptions) Source #
The options that determine the presentation of a waterfall visual.