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.DonutOptions

Description

 
Synopsis

Documentation

data DonutOptions Source #

The options for configuring a donut chart or pie chart.

See: newDonutOptions smart constructor.

Constructors

DonutOptions' 

Fields

  • arcOptions :: Maybe ArcOptions

    The option for define the arc of the chart shape. Valid values are as follows:

    • WHOLE - A pie chart
    • SMALL- A small-sized donut chart
    • MEDIUM- A medium-sized donut chart
    • LARGE- A large-sized donut chart
  • donutCenterOptions :: Maybe DonutCenterOptions

    The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

Instances

Instances details
FromJSON DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

ToJSON DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

Generic DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

Associated Types

type Rep DonutOptions :: Type -> Type #

Read DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

Show DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

NFData DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

Methods

rnf :: DonutOptions -> () #

Eq DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

Hashable DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

type Rep DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

type Rep DonutOptions = D1 ('MetaData "DonutOptions" "Amazonka.QuickSight.Types.DonutOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DonutOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arcOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArcOptions)) :*: S1 ('MetaSel ('Just "donutCenterOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DonutCenterOptions))))

newDonutOptions :: DonutOptions Source #

Create a value of DonutOptions 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:arcOptions:DonutOptions', donutOptions_arcOptions - The option for define the arc of the chart shape. Valid values are as follows:

  • WHOLE - A pie chart
  • SMALL- A small-sized donut chart
  • MEDIUM- A medium-sized donut chart
  • LARGE- A large-sized donut chart

$sel:donutCenterOptions:DonutOptions', donutOptions_donutCenterOptions - The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

donutOptions_arcOptions :: Lens' DonutOptions (Maybe ArcOptions) Source #

The option for define the arc of the chart shape. Valid values are as follows:

  • WHOLE - A pie chart
  • SMALL- A small-sized donut chart
  • MEDIUM- A medium-sized donut chart
  • LARGE- A large-sized donut chart

donutOptions_donutCenterOptions :: Lens' DonutOptions (Maybe DonutCenterOptions) Source #

The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.