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 ScatterPlotVisual = ScatterPlotVisual' {}
- newScatterPlotVisual :: Text -> ScatterPlotVisual
- scatterPlotVisual_actions :: Lens' ScatterPlotVisual (Maybe [VisualCustomAction])
- scatterPlotVisual_chartConfiguration :: Lens' ScatterPlotVisual (Maybe ScatterPlotConfiguration)
- scatterPlotVisual_columnHierarchies :: Lens' ScatterPlotVisual (Maybe [ColumnHierarchy])
- scatterPlotVisual_subtitle :: Lens' ScatterPlotVisual (Maybe VisualSubtitleLabelOptions)
- scatterPlotVisual_title :: Lens' ScatterPlotVisual (Maybe VisualTitleLabelOptions)
- scatterPlotVisual_visualId :: Lens' ScatterPlotVisual Text
Documentation
data ScatterPlotVisual Source #
A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
See: newScatterPlotVisual
smart constructor.
ScatterPlotVisual' | |
|
Instances
Create a value of ScatterPlotVisual
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:ScatterPlotVisual'
, scatterPlotVisual_actions
- The list of custom actions that are configured for a visual.
$sel:chartConfiguration:ScatterPlotVisual'
, scatterPlotVisual_chartConfiguration
- The configuration settings of the visual.
$sel:columnHierarchies:ScatterPlotVisual'
, scatterPlotVisual_columnHierarchies
- The column hierarchy that is used during drill-downs and drill-ups.
$sel:subtitle:ScatterPlotVisual'
, scatterPlotVisual_subtitle
- The subtitle that is displayed on the visual.
$sel:title:ScatterPlotVisual'
, scatterPlotVisual_title
- The title that is displayed on the visual.
$sel:visualId:ScatterPlotVisual'
, scatterPlotVisual_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.
scatterPlotVisual_actions :: Lens' ScatterPlotVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
scatterPlotVisual_chartConfiguration :: Lens' ScatterPlotVisual (Maybe ScatterPlotConfiguration) Source #
The configuration settings of the visual.
scatterPlotVisual_columnHierarchies :: Lens' ScatterPlotVisual (Maybe [ColumnHierarchy]) Source #
The column hierarchy that is used during drill-downs and drill-ups.
scatterPlotVisual_subtitle :: Lens' ScatterPlotVisual (Maybe VisualSubtitleLabelOptions) Source #
The subtitle that is displayed on the visual.
scatterPlotVisual_title :: Lens' ScatterPlotVisual (Maybe VisualTitleLabelOptions) Source #
The title that is displayed on the visual.
scatterPlotVisual_visualId :: Lens' ScatterPlotVisual 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.