| 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.HistogramVisual
Description
Synopsis
- data HistogramVisual = HistogramVisual' {}
- newHistogramVisual :: Text -> HistogramVisual
- histogramVisual_actions :: Lens' HistogramVisual (Maybe [VisualCustomAction])
- histogramVisual_chartConfiguration :: Lens' HistogramVisual (Maybe HistogramConfiguration)
- histogramVisual_subtitle :: Lens' HistogramVisual (Maybe VisualSubtitleLabelOptions)
- histogramVisual_title :: Lens' HistogramVisual (Maybe VisualTitleLabelOptions)
- histogramVisual_visualId :: Lens' HistogramVisual Text
Documentation
data HistogramVisual Source #
A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
See: newHistogramVisual smart constructor.
Constructors
| HistogramVisual' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> HistogramVisual |
Create a value of HistogramVisual 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:HistogramVisual', histogramVisual_actions - The list of custom actions that are configured for a visual.
$sel:chartConfiguration:HistogramVisual', histogramVisual_chartConfiguration - The configuration for a HistogramVisual.
$sel:subtitle:HistogramVisual', histogramVisual_subtitle - The subtitle that is displayed on the visual.
$sel:title:HistogramVisual', histogramVisual_title - The title that is displayed on the visual.
$sel:visualId:HistogramVisual', histogramVisual_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.
histogramVisual_actions :: Lens' HistogramVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
histogramVisual_chartConfiguration :: Lens' HistogramVisual (Maybe HistogramConfiguration) Source #
The configuration for a HistogramVisual.
histogramVisual_subtitle :: Lens' HistogramVisual (Maybe VisualSubtitleLabelOptions) Source #
The subtitle that is displayed on the visual.
histogramVisual_title :: Lens' HistogramVisual (Maybe VisualTitleLabelOptions) Source #
The title that is displayed on the visual.
histogramVisual_visualId :: Lens' HistogramVisual 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.