| 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.ComboChartVisual
Description
Synopsis
- data ComboChartVisual = ComboChartVisual' {}
- newComboChartVisual :: Text -> ComboChartVisual
- comboChartVisual_actions :: Lens' ComboChartVisual (Maybe [VisualCustomAction])
- comboChartVisual_chartConfiguration :: Lens' ComboChartVisual (Maybe ComboChartConfiguration)
- comboChartVisual_columnHierarchies :: Lens' ComboChartVisual (Maybe [ColumnHierarchy])
- comboChartVisual_subtitle :: Lens' ComboChartVisual (Maybe VisualSubtitleLabelOptions)
- comboChartVisual_title :: Lens' ComboChartVisual (Maybe VisualTitleLabelOptions)
- comboChartVisual_visualId :: Lens' ComboChartVisual Text
Documentation
data ComboChartVisual Source #
A combo chart.
The ComboChartVisual includes stacked bar combo charts and clustered
bar combo charts
For more information, see Using combo charts in the Amazon QuickSight User Guide.
See: newComboChartVisual smart constructor.
Constructors
| ComboChartVisual' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> ComboChartVisual |
Create a value of ComboChartVisual 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:ComboChartVisual', comboChartVisual_actions - The list of custom actions that are configured for a visual.
$sel:chartConfiguration:ComboChartVisual', comboChartVisual_chartConfiguration - The configuration settings of the visual.
$sel:columnHierarchies:ComboChartVisual', comboChartVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.
$sel:subtitle:ComboChartVisual', comboChartVisual_subtitle - The subtitle that is displayed on the visual.
$sel:title:ComboChartVisual', comboChartVisual_title - The title that is displayed on the visual.
$sel:visualId:ComboChartVisual', comboChartVisual_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.
comboChartVisual_actions :: Lens' ComboChartVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
comboChartVisual_chartConfiguration :: Lens' ComboChartVisual (Maybe ComboChartConfiguration) Source #
The configuration settings of the visual.
comboChartVisual_columnHierarchies :: Lens' ComboChartVisual (Maybe [ColumnHierarchy]) Source #
The column hierarchy that is used during drill-downs and drill-ups.
comboChartVisual_subtitle :: Lens' ComboChartVisual (Maybe VisualSubtitleLabelOptions) Source #
The subtitle that is displayed on the visual.
comboChartVisual_title :: Lens' ComboChartVisual (Maybe VisualTitleLabelOptions) Source #
The title that is displayed on the visual.
comboChartVisual_visualId :: Lens' ComboChartVisual 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.