| 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.GaugeChartVisual
Description
Synopsis
- data GaugeChartVisual = GaugeChartVisual' {}
- newGaugeChartVisual :: Text -> GaugeChartVisual
- gaugeChartVisual_actions :: Lens' GaugeChartVisual (Maybe [VisualCustomAction])
- gaugeChartVisual_chartConfiguration :: Lens' GaugeChartVisual (Maybe GaugeChartConfiguration)
- gaugeChartVisual_conditionalFormatting :: Lens' GaugeChartVisual (Maybe GaugeChartConditionalFormatting)
- gaugeChartVisual_subtitle :: Lens' GaugeChartVisual (Maybe VisualSubtitleLabelOptions)
- gaugeChartVisual_title :: Lens' GaugeChartVisual (Maybe VisualTitleLabelOptions)
- gaugeChartVisual_visualId :: Lens' GaugeChartVisual Text
Documentation
data GaugeChartVisual Source #
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
See: newGaugeChartVisual smart constructor.
Constructors
| GaugeChartVisual' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GaugeChartVisual |
Create a value of GaugeChartVisual 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:GaugeChartVisual', gaugeChartVisual_actions - The list of custom actions that are configured for a visual.
$sel:chartConfiguration:GaugeChartVisual', gaugeChartVisual_chartConfiguration - The configuration of a GaugeChartVisual.
$sel:conditionalFormatting:GaugeChartVisual', gaugeChartVisual_conditionalFormatting - The conditional formatting of a GaugeChartVisual.
$sel:subtitle:GaugeChartVisual', gaugeChartVisual_subtitle - The subtitle that is displayed on the visual.
$sel:title:GaugeChartVisual', gaugeChartVisual_title - The title that is displayed on the visual.
$sel:visualId:GaugeChartVisual', gaugeChartVisual_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.
gaugeChartVisual_actions :: Lens' GaugeChartVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
gaugeChartVisual_chartConfiguration :: Lens' GaugeChartVisual (Maybe GaugeChartConfiguration) Source #
The configuration of a GaugeChartVisual.
gaugeChartVisual_conditionalFormatting :: Lens' GaugeChartVisual (Maybe GaugeChartConditionalFormatting) Source #
The conditional formatting of a GaugeChartVisual.
gaugeChartVisual_subtitle :: Lens' GaugeChartVisual (Maybe VisualSubtitleLabelOptions) Source #
The subtitle that is displayed on the visual.
gaugeChartVisual_title :: Lens' GaugeChartVisual (Maybe VisualTitleLabelOptions) Source #
The title that is displayed on the visual.
gaugeChartVisual_visualId :: Lens' GaugeChartVisual 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.