| 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.ArcConfiguration
Description
Synopsis
Documentation
data ArcConfiguration Source #
The arc configuration of a GaugeChartVisual.
See: newArcConfiguration smart constructor.
Constructors
| ArcConfiguration' | |
Fields
| |
Instances
newArcConfiguration :: ArcConfiguration Source #
Create a value of ArcConfiguration 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:arcAngle:ArcConfiguration', arcConfiguration_arcAngle - The option that determines the arc angle of a GaugeChartVisual.
$sel:arcThickness:ArcConfiguration', arcConfiguration_arcThickness - The options that determine the arc thickness of a GaugeChartVisual.
arcConfiguration_arcAngle :: Lens' ArcConfiguration (Maybe Double) Source #
The option that determines the arc angle of a GaugeChartVisual.
arcConfiguration_arcThickness :: Lens' ArcConfiguration (Maybe ArcThicknessOptions) Source #
The options that determine the arc thickness of a GaugeChartVisual.