| 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.TreeMapVisual
Description
Synopsis
- data TreeMapVisual = TreeMapVisual' {}
- newTreeMapVisual :: Text -> TreeMapVisual
- treeMapVisual_actions :: Lens' TreeMapVisual (Maybe [VisualCustomAction])
- treeMapVisual_chartConfiguration :: Lens' TreeMapVisual (Maybe TreeMapConfiguration)
- treeMapVisual_columnHierarchies :: Lens' TreeMapVisual (Maybe [ColumnHierarchy])
- treeMapVisual_subtitle :: Lens' TreeMapVisual (Maybe VisualSubtitleLabelOptions)
- treeMapVisual_title :: Lens' TreeMapVisual (Maybe VisualTitleLabelOptions)
- treeMapVisual_visualId :: Lens' TreeMapVisual Text
Documentation
data TreeMapVisual Source #
A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
See: newTreeMapVisual smart constructor.
Constructors
| TreeMapVisual' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> TreeMapVisual |
Create a value of TreeMapVisual 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:TreeMapVisual', treeMapVisual_actions - The list of custom actions that are configured for a visual.
$sel:chartConfiguration:TreeMapVisual', treeMapVisual_chartConfiguration - The configuration settings of the visual.
$sel:columnHierarchies:TreeMapVisual', treeMapVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.
$sel:subtitle:TreeMapVisual', treeMapVisual_subtitle - The subtitle that is displayed on the visual.
$sel:title:TreeMapVisual', treeMapVisual_title - The title that is displayed on the visual.
$sel:visualId:TreeMapVisual', treeMapVisual_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..
treeMapVisual_actions :: Lens' TreeMapVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
treeMapVisual_chartConfiguration :: Lens' TreeMapVisual (Maybe TreeMapConfiguration) Source #
The configuration settings of the visual.
treeMapVisual_columnHierarchies :: Lens' TreeMapVisual (Maybe [ColumnHierarchy]) Source #
The column hierarchy that is used during drill-downs and drill-ups.
treeMapVisual_subtitle :: Lens' TreeMapVisual (Maybe VisualSubtitleLabelOptions) Source #
The subtitle that is displayed on the visual.
treeMapVisual_title :: Lens' TreeMapVisual (Maybe VisualTitleLabelOptions) Source #
The title that is displayed on the visual.
treeMapVisual_visualId :: Lens' TreeMapVisual 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..