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 |
Synopsis
- data BoxPlotVisual = BoxPlotVisual' {}
- newBoxPlotVisual :: Text -> BoxPlotVisual
- boxPlotVisual_actions :: Lens' BoxPlotVisual (Maybe [VisualCustomAction])
- boxPlotVisual_chartConfiguration :: Lens' BoxPlotVisual (Maybe BoxPlotChartConfiguration)
- boxPlotVisual_columnHierarchies :: Lens' BoxPlotVisual (Maybe [ColumnHierarchy])
- boxPlotVisual_subtitle :: Lens' BoxPlotVisual (Maybe VisualSubtitleLabelOptions)
- boxPlotVisual_title :: Lens' BoxPlotVisual (Maybe VisualTitleLabelOptions)
- boxPlotVisual_visualId :: Lens' BoxPlotVisual Text
Documentation
data BoxPlotVisual Source #
A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
See: newBoxPlotVisual
smart constructor.
BoxPlotVisual' | |
|
Instances
Create a value of BoxPlotVisual
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:BoxPlotVisual'
, boxPlotVisual_actions
- The list of custom actions that are configured for a visual.
$sel:chartConfiguration:BoxPlotVisual'
, boxPlotVisual_chartConfiguration
- The configuration settings of the visual.
$sel:columnHierarchies:BoxPlotVisual'
, boxPlotVisual_columnHierarchies
- The column hierarchy that is used during drill-downs and drill-ups.
$sel:subtitle:BoxPlotVisual'
, boxPlotVisual_subtitle
- The subtitle that is displayed on the visual.
$sel:title:BoxPlotVisual'
, boxPlotVisual_title
- The title that is displayed on the visual.
$sel:visualId:BoxPlotVisual'
, boxPlotVisual_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..
boxPlotVisual_actions :: Lens' BoxPlotVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
boxPlotVisual_chartConfiguration :: Lens' BoxPlotVisual (Maybe BoxPlotChartConfiguration) Source #
The configuration settings of the visual.
boxPlotVisual_columnHierarchies :: Lens' BoxPlotVisual (Maybe [ColumnHierarchy]) Source #
The column hierarchy that is used during drill-downs and drill-ups.
boxPlotVisual_subtitle :: Lens' BoxPlotVisual (Maybe VisualSubtitleLabelOptions) Source #
The subtitle that is displayed on the visual.
boxPlotVisual_title :: Lens' BoxPlotVisual (Maybe VisualTitleLabelOptions) Source #
The title that is displayed on the visual.
boxPlotVisual_visualId :: Lens' BoxPlotVisual 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..