| 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.SankeyDiagramVisual
Description
Synopsis
- data SankeyDiagramVisual = SankeyDiagramVisual' {}
- newSankeyDiagramVisual :: Text -> SankeyDiagramVisual
- sankeyDiagramVisual_actions :: Lens' SankeyDiagramVisual (Maybe [VisualCustomAction])
- sankeyDiagramVisual_chartConfiguration :: Lens' SankeyDiagramVisual (Maybe SankeyDiagramChartConfiguration)
- sankeyDiagramVisual_subtitle :: Lens' SankeyDiagramVisual (Maybe VisualSubtitleLabelOptions)
- sankeyDiagramVisual_title :: Lens' SankeyDiagramVisual (Maybe VisualTitleLabelOptions)
- sankeyDiagramVisual_visualId :: Lens' SankeyDiagramVisual Text
Documentation
data SankeyDiagramVisual Source #
A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
See: newSankeyDiagramVisual smart constructor.
Constructors
| SankeyDiagramVisual' | |
Fields
| |
Instances
newSankeyDiagramVisual Source #
Arguments
| :: Text | |
| -> SankeyDiagramVisual |
Create a value of SankeyDiagramVisual 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:SankeyDiagramVisual', sankeyDiagramVisual_actions - The list of custom actions that are configured for a visual.
$sel:chartConfiguration:SankeyDiagramVisual', sankeyDiagramVisual_chartConfiguration - The configuration of a sankey diagram.
$sel:subtitle:SankeyDiagramVisual', sankeyDiagramVisual_subtitle - The subtitle that is displayed on the visual.
$sel:title:SankeyDiagramVisual', sankeyDiagramVisual_title - The title that is displayed on the visual.
$sel:visualId:SankeyDiagramVisual', sankeyDiagramVisual_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.
sankeyDiagramVisual_actions :: Lens' SankeyDiagramVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
sankeyDiagramVisual_chartConfiguration :: Lens' SankeyDiagramVisual (Maybe SankeyDiagramChartConfiguration) Source #
The configuration of a sankey diagram.
sankeyDiagramVisual_subtitle :: Lens' SankeyDiagramVisual (Maybe VisualSubtitleLabelOptions) Source #
The subtitle that is displayed on the visual.
sankeyDiagramVisual_title :: Lens' SankeyDiagramVisual (Maybe VisualTitleLabelOptions) Source #
The title that is displayed on the visual.
sankeyDiagramVisual_visualId :: Lens' SankeyDiagramVisual 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.