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

Description

 
Synopsis

Documentation

data BarChartVisual Source #

A bar chart.

The BarChartVisual structure describes a visual that is a member of the bar chart family. The following charts can be described using this structure:

  • Horizontal bar chart
  • Vertical bar chart
  • Horizontal stacked bar chart
  • Vertical stacked bar chart
  • Horizontal stacked 100% bar chart
  • Vertical stacked 100% bar chart

For more information, see Using bar charts in the Amazon QuickSight User Guide.

See: newBarChartVisual smart constructor.

Constructors

BarChartVisual' 

Fields

Instances

Instances details
FromJSON BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

ToJSON BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

Generic BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

Associated Types

type Rep BarChartVisual :: Type -> Type #

Show BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

NFData BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

Methods

rnf :: BarChartVisual -> () #

Eq BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

Hashable BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

type Rep BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

newBarChartVisual Source #

Create a value of BarChartVisual 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:BarChartVisual', barChartVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:BarChartVisual', barChartVisual_chartConfiguration - The configuration settings of the visual.

$sel:columnHierarchies:BarChartVisual', barChartVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:BarChartVisual', barChartVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:BarChartVisual', barChartVisual_title - The title that is displayed on the visual.

$sel:visualId:BarChartVisual', barChartVisual_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.

barChartVisual_actions :: Lens' BarChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

barChartVisual_columnHierarchies :: Lens' BarChartVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

barChartVisual_subtitle :: Lens' BarChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

barChartVisual_title :: Lens' BarChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

barChartVisual_visualId :: Lens' BarChartVisual 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.