| 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.BarChartVisual
Description
Synopsis
- data BarChartVisual = BarChartVisual' {}
- newBarChartVisual :: Text -> BarChartVisual
- barChartVisual_actions :: Lens' BarChartVisual (Maybe [VisualCustomAction])
- barChartVisual_chartConfiguration :: Lens' BarChartVisual (Maybe BarChartConfiguration)
- barChartVisual_columnHierarchies :: Lens' BarChartVisual (Maybe [ColumnHierarchy])
- barChartVisual_subtitle :: Lens' BarChartVisual (Maybe VisualSubtitleLabelOptions)
- barChartVisual_title :: Lens' BarChartVisual (Maybe VisualTitleLabelOptions)
- barChartVisual_visualId :: Lens' BarChartVisual Text
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
Arguments
| :: Text | |
| -> BarChartVisual |
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_chartConfiguration :: Lens' BarChartVisual (Maybe BarChartConfiguration) Source #
The configuration settings of the 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.