amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.PieChartVisual

Description

 
Synopsis

Documentation

data PieChartVisual Source #

A pie or donut chart.

The PieChartVisual structure describes a visual that is a member of the pie chart family.

The following charts can be described by using this structure:

  • Pie charts
  • Donut charts

For more information, see Using pie charts in the Amazon QuickSight User Guide.

For more information, see Using donut charts in the Amazon QuickSight User Guide.

See: newPieChartVisual smart constructor.

Constructors

PieChartVisual' 

Fields

Instances

Instances details
FromJSON PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

ToJSON PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

Generic PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

Associated Types

type Rep PieChartVisual :: Type -> Type #

Show PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

NFData PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

Methods

rnf :: PieChartVisual -> () #

Eq PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

Hashable PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

type Rep PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

newPieChartVisual Source #

Create a value of PieChartVisual 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:PieChartVisual', pieChartVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:PieChartVisual', pieChartVisual_chartConfiguration - The configuration of a pie chart.

$sel:columnHierarchies:PieChartVisual', pieChartVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:PieChartVisual', pieChartVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:PieChartVisual', pieChartVisual_title - The title that is displayed on the visual.

$sel:visualId:PieChartVisual', pieChartVisual_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.

pieChartVisual_actions :: Lens' PieChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

pieChartVisual_columnHierarchies :: Lens' PieChartVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

pieChartVisual_subtitle :: Lens' PieChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

pieChartVisual_title :: Lens' PieChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

pieChartVisual_visualId :: Lens' PieChartVisual 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.