amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.ComboChartVisual

Description

 
Synopsis

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

Instances details
FromJSON ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

ToJSON ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

Generic ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

Associated Types

type Rep ComboChartVisual :: Type -> Type #

Show ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

NFData ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

Methods

rnf :: ComboChartVisual -> () #

Eq ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

Hashable ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

type Rep ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

newComboChartVisual Source #

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_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.