| 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.WaterfallVisual
Description
Synopsis
- data WaterfallVisual = WaterfallVisual' {}
 - newWaterfallVisual :: Text -> WaterfallVisual
 - waterfallVisual_actions :: Lens' WaterfallVisual (Maybe [VisualCustomAction])
 - waterfallVisual_chartConfiguration :: Lens' WaterfallVisual (Maybe WaterfallChartConfiguration)
 - waterfallVisual_columnHierarchies :: Lens' WaterfallVisual (Maybe [ColumnHierarchy])
 - waterfallVisual_subtitle :: Lens' WaterfallVisual (Maybe VisualSubtitleLabelOptions)
 - waterfallVisual_title :: Lens' WaterfallVisual (Maybe VisualTitleLabelOptions)
 - waterfallVisual_visualId :: Lens' WaterfallVisual Text
 
Documentation
data WaterfallVisual Source #
A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
See: newWaterfallVisual smart constructor.
Constructors
| WaterfallVisual' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> WaterfallVisual | 
Create a value of WaterfallVisual 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:actions:WaterfallVisual', waterfallVisual_actions - The list of custom actions that are configured for a visual.
$sel:chartConfiguration:WaterfallVisual', waterfallVisual_chartConfiguration - The configuration for a waterfall visual.
$sel:columnHierarchies:WaterfallVisual', waterfallVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.
$sel:subtitle:WaterfallVisual', waterfallVisual_subtitle - The subtitle that is displayed on the visual.
$sel:title:WaterfallVisual', waterfallVisual_title - The title that is displayed on the visual.
$sel:visualId:WaterfallVisual', waterfallVisual_visualId - The unique identifier of a visual. This identifier must be unique within
 the context of a dashboard, template, or analysis. Two dashboards,
 analyses, or templates can have visuals with the same identifiers.
waterfallVisual_actions :: Lens' WaterfallVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
waterfallVisual_chartConfiguration :: Lens' WaterfallVisual (Maybe WaterfallChartConfiguration) Source #
The configuration for a waterfall visual.
waterfallVisual_columnHierarchies :: Lens' WaterfallVisual (Maybe [ColumnHierarchy]) Source #
The column hierarchy that is used during drill-downs and drill-ups.
waterfallVisual_subtitle :: Lens' WaterfallVisual (Maybe VisualSubtitleLabelOptions) Source #
The subtitle that is displayed on the visual.
waterfallVisual_title :: Lens' WaterfallVisual (Maybe VisualTitleLabelOptions) Source #
The title that is displayed on the visual.
waterfallVisual_visualId :: Lens' WaterfallVisual Text Source #
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.