| 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.BoxPlotChartConfiguration
Description
Synopsis
- data BoxPlotChartConfiguration = BoxPlotChartConfiguration' {
- boxPlotOptions :: Maybe BoxPlotOptions
- categoryAxis :: Maybe AxisDisplayOptions
- categoryLabelOptions :: Maybe ChartAxisLabelOptions
- fieldWells :: Maybe BoxPlotFieldWells
- legend :: Maybe LegendOptions
- primaryYAxisDisplayOptions :: Maybe AxisDisplayOptions
- primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptions
- referenceLines :: Maybe [ReferenceLine]
- sortConfiguration :: Maybe BoxPlotSortConfiguration
- tooltip :: Maybe TooltipOptions
- visualPalette :: Maybe VisualPalette
- newBoxPlotChartConfiguration :: BoxPlotChartConfiguration
- boxPlotChartConfiguration_boxPlotOptions :: Lens' BoxPlotChartConfiguration (Maybe BoxPlotOptions)
- boxPlotChartConfiguration_categoryAxis :: Lens' BoxPlotChartConfiguration (Maybe AxisDisplayOptions)
- boxPlotChartConfiguration_categoryLabelOptions :: Lens' BoxPlotChartConfiguration (Maybe ChartAxisLabelOptions)
- boxPlotChartConfiguration_fieldWells :: Lens' BoxPlotChartConfiguration (Maybe BoxPlotFieldWells)
- boxPlotChartConfiguration_legend :: Lens' BoxPlotChartConfiguration (Maybe LegendOptions)
- boxPlotChartConfiguration_primaryYAxisDisplayOptions :: Lens' BoxPlotChartConfiguration (Maybe AxisDisplayOptions)
- boxPlotChartConfiguration_primaryYAxisLabelOptions :: Lens' BoxPlotChartConfiguration (Maybe ChartAxisLabelOptions)
- boxPlotChartConfiguration_referenceLines :: Lens' BoxPlotChartConfiguration (Maybe [ReferenceLine])
- boxPlotChartConfiguration_sortConfiguration :: Lens' BoxPlotChartConfiguration (Maybe BoxPlotSortConfiguration)
- boxPlotChartConfiguration_tooltip :: Lens' BoxPlotChartConfiguration (Maybe TooltipOptions)
- boxPlotChartConfiguration_visualPalette :: Lens' BoxPlotChartConfiguration (Maybe VisualPalette)
Documentation
data BoxPlotChartConfiguration Source #
The configuration of a BoxPlotVisual.
See: newBoxPlotChartConfiguration smart constructor.
Constructors
| BoxPlotChartConfiguration' | |
Fields
| |
Instances
newBoxPlotChartConfiguration :: BoxPlotChartConfiguration Source #
Create a value of BoxPlotChartConfiguration 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:boxPlotOptions:BoxPlotChartConfiguration', boxPlotChartConfiguration_boxPlotOptions - The box plot chart options for a box plot visual
$sel:categoryAxis:BoxPlotChartConfiguration', boxPlotChartConfiguration_categoryAxis - The label display options (grid line, range, scale, axis step) of a box
plot category.
$sel:categoryLabelOptions:BoxPlotChartConfiguration', boxPlotChartConfiguration_categoryLabelOptions - The label options (label text, label visibility and sort Icon
visibility) of a box plot category.
$sel:fieldWells:BoxPlotChartConfiguration', boxPlotChartConfiguration_fieldWells - The field wells of the visual.
$sel:legend:BoxPlotChartConfiguration', boxPlotChartConfiguration_legend - Undocumented member.
$sel:primaryYAxisDisplayOptions:BoxPlotChartConfiguration', boxPlotChartConfiguration_primaryYAxisDisplayOptions - The label display options (grid line, range, scale, axis step) of a box
plot category.
$sel:primaryYAxisLabelOptions:BoxPlotChartConfiguration', boxPlotChartConfiguration_primaryYAxisLabelOptions - The label options (label text, label visibility and sort icon
visibility) of a box plot value.
$sel:referenceLines:BoxPlotChartConfiguration', boxPlotChartConfiguration_referenceLines - The reference line setup of the visual.
$sel:sortConfiguration:BoxPlotChartConfiguration', boxPlotChartConfiguration_sortConfiguration - The sort configuration of a BoxPlotVisual.
$sel:tooltip:BoxPlotChartConfiguration', boxPlotChartConfiguration_tooltip - The tooltip display setup of the visual.
$sel:visualPalette:BoxPlotChartConfiguration', boxPlotChartConfiguration_visualPalette - The palette (chart color) display setup of the visual.
boxPlotChartConfiguration_boxPlotOptions :: Lens' BoxPlotChartConfiguration (Maybe BoxPlotOptions) Source #
The box plot chart options for a box plot visual
boxPlotChartConfiguration_categoryAxis :: Lens' BoxPlotChartConfiguration (Maybe AxisDisplayOptions) Source #
The label display options (grid line, range, scale, axis step) of a box plot category.
boxPlotChartConfiguration_categoryLabelOptions :: Lens' BoxPlotChartConfiguration (Maybe ChartAxisLabelOptions) Source #
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
boxPlotChartConfiguration_fieldWells :: Lens' BoxPlotChartConfiguration (Maybe BoxPlotFieldWells) Source #
The field wells of the visual.
boxPlotChartConfiguration_legend :: Lens' BoxPlotChartConfiguration (Maybe LegendOptions) Source #
Undocumented member.
boxPlotChartConfiguration_primaryYAxisDisplayOptions :: Lens' BoxPlotChartConfiguration (Maybe AxisDisplayOptions) Source #
The label display options (grid line, range, scale, axis step) of a box plot category.
boxPlotChartConfiguration_primaryYAxisLabelOptions :: Lens' BoxPlotChartConfiguration (Maybe ChartAxisLabelOptions) Source #
The label options (label text, label visibility and sort icon visibility) of a box plot value.
boxPlotChartConfiguration_referenceLines :: Lens' BoxPlotChartConfiguration (Maybe [ReferenceLine]) Source #
The reference line setup of the visual.
boxPlotChartConfiguration_sortConfiguration :: Lens' BoxPlotChartConfiguration (Maybe BoxPlotSortConfiguration) Source #
The sort configuration of a BoxPlotVisual.
boxPlotChartConfiguration_tooltip :: Lens' BoxPlotChartConfiguration (Maybe TooltipOptions) Source #
The tooltip display setup of the visual.
boxPlotChartConfiguration_visualPalette :: Lens' BoxPlotChartConfiguration (Maybe VisualPalette) Source #
The palette (chart color) display setup of the visual.