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.DonutOptions
Description
Documentation
data DonutOptions Source #
The options for configuring a donut chart or pie chart.
See: newDonutOptions
smart constructor.
Constructors
DonutOptions' | |
Fields
|
Instances
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 chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- 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 chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- 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.