module Stratosphere.QuickSight.Dashboard.BoxPlotChartConfigurationProperty (
        module Exports, BoxPlotChartConfigurationProperty(..),
        mkBoxPlotChartConfigurationProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.AxisDisplayOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.BoxPlotFieldWellsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.BoxPlotOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.BoxPlotSortConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.ChartAxisLabelOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.LegendOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.ReferenceLineProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.TooltipOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.VisualInteractionOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.VisualPaletteProperty as Exports
import Stratosphere.ResourceProperties
data BoxPlotChartConfigurationProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-boxplotchartconfiguration.html>
    BoxPlotChartConfigurationProperty {BoxPlotChartConfigurationProperty -> ()
haddock_workaround_ :: (),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-boxplotchartconfiguration.html#cfn-quicksight-dashboard-boxplotchartconfiguration-boxplotoptions>
                                       BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
boxPlotOptions :: (Prelude.Maybe BoxPlotOptionsProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-boxplotchartconfiguration.html#cfn-quicksight-dashboard-boxplotchartconfiguration-categoryaxis>
                                       BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryAxis :: (Prelude.Maybe AxisDisplayOptionsProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-boxplotchartconfiguration.html#cfn-quicksight-dashboard-boxplotchartconfiguration-categorylabeloptions>
                                       BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
categoryLabelOptions :: (Prelude.Maybe ChartAxisLabelOptionsProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-boxplotchartconfiguration.html#cfn-quicksight-dashboard-boxplotchartconfiguration-fieldwells>
                                       BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
fieldWells :: (Prelude.Maybe BoxPlotFieldWellsProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-boxplotchartconfiguration.html#cfn-quicksight-dashboard-boxplotchartconfiguration-interactions>
                                       BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
interactions :: (Prelude.Maybe VisualInteractionOptionsProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-boxplotchartconfiguration.html#cfn-quicksight-dashboard-boxplotchartconfiguration-legend>
                                       BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
legend :: (Prelude.Maybe LegendOptionsProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-boxplotchartconfiguration.html#cfn-quicksight-dashboard-boxplotchartconfiguration-primaryyaxisdisplayoptions>
                                       BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisDisplayOptions :: (Prelude.Maybe AxisDisplayOptionsProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-boxplotchartconfiguration.html#cfn-quicksight-dashboard-boxplotchartconfiguration-primaryyaxislabeloptions>
                                       BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
primaryYAxisLabelOptions :: (Prelude.Maybe ChartAxisLabelOptionsProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-boxplotchartconfiguration.html#cfn-quicksight-dashboard-boxplotchartconfiguration-referencelines>
                                       BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
referenceLines :: (Prelude.Maybe [ReferenceLineProperty]),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-boxplotchartconfiguration.html#cfn-quicksight-dashboard-boxplotchartconfiguration-sortconfiguration>
                                       BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
sortConfiguration :: (Prelude.Maybe BoxPlotSortConfigurationProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-boxplotchartconfiguration.html#cfn-quicksight-dashboard-boxplotchartconfiguration-tooltip>
                                       BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
tooltip :: (Prelude.Maybe TooltipOptionsProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-boxplotchartconfiguration.html#cfn-quicksight-dashboard-boxplotchartconfiguration-visualpalette>
                                       BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
visualPalette :: (Prelude.Maybe VisualPaletteProperty)}
  deriving stock (BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty -> Bool
(BoxPlotChartConfigurationProperty
 -> BoxPlotChartConfigurationProperty -> Bool)
-> (BoxPlotChartConfigurationProperty
    -> BoxPlotChartConfigurationProperty -> Bool)
-> Eq BoxPlotChartConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty -> Bool
== :: BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty -> Bool
$c/= :: BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty -> Bool
/= :: BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty -> Bool
Prelude.Eq, Int -> BoxPlotChartConfigurationProperty -> ShowS
[BoxPlotChartConfigurationProperty] -> ShowS
BoxPlotChartConfigurationProperty -> String
(Int -> BoxPlotChartConfigurationProperty -> ShowS)
-> (BoxPlotChartConfigurationProperty -> String)
-> ([BoxPlotChartConfigurationProperty] -> ShowS)
-> Show BoxPlotChartConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> BoxPlotChartConfigurationProperty -> ShowS
showsPrec :: Int -> BoxPlotChartConfigurationProperty -> ShowS
$cshow :: BoxPlotChartConfigurationProperty -> String
show :: BoxPlotChartConfigurationProperty -> String
$cshowList :: [BoxPlotChartConfigurationProperty] -> ShowS
showList :: [BoxPlotChartConfigurationProperty] -> ShowS
Prelude.Show)
mkBoxPlotChartConfigurationProperty ::
  BoxPlotChartConfigurationProperty
mkBoxPlotChartConfigurationProperty :: BoxPlotChartConfigurationProperty
mkBoxPlotChartConfigurationProperty
  = BoxPlotChartConfigurationProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), boxPlotOptions :: Maybe BoxPlotOptionsProperty
boxPlotOptions = Maybe BoxPlotOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryAxis = Maybe AxisDisplayOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
categoryLabelOptions = Maybe ChartAxisLabelOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       fieldWells :: Maybe BoxPlotFieldWellsProperty
fieldWells = Maybe BoxPlotFieldWellsProperty
forall a. Maybe a
Prelude.Nothing, interactions :: Maybe VisualInteractionOptionsProperty
interactions = Maybe VisualInteractionOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       legend :: Maybe LegendOptionsProperty
legend = Maybe LegendOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisDisplayOptions = Maybe AxisDisplayOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
primaryYAxisLabelOptions = Maybe ChartAxisLabelOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       referenceLines :: Maybe [ReferenceLineProperty]
referenceLines = Maybe [ReferenceLineProperty]
forall a. Maybe a
Prelude.Nothing,
       sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
sortConfiguration = Maybe BoxPlotSortConfigurationProperty
forall a. Maybe a
Prelude.Nothing, tooltip :: Maybe TooltipOptionsProperty
tooltip = Maybe TooltipOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       visualPalette :: Maybe VisualPaletteProperty
visualPalette = Maybe VisualPaletteProperty
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties BoxPlotChartConfigurationProperty where
  toResourceProperties :: BoxPlotChartConfigurationProperty -> ResourceProperties
toResourceProperties BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::QuickSight::Dashboard.BoxPlotChartConfiguration",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                           [Key -> BoxPlotOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BoxPlotOptions" (BoxPlotOptionsProperty -> (Key, Value))
-> Maybe BoxPlotOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe BoxPlotOptionsProperty
boxPlotOptions,
                            Key -> AxisDisplayOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CategoryAxis" (AxisDisplayOptionsProperty -> (Key, Value))
-> Maybe AxisDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AxisDisplayOptionsProperty
categoryAxis,
                            Key -> ChartAxisLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CategoryLabelOptions" (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
categoryLabelOptions,
                            Key -> BoxPlotFieldWellsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FieldWells" (BoxPlotFieldWellsProperty -> (Key, Value))
-> Maybe BoxPlotFieldWellsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe BoxPlotFieldWellsProperty
fieldWells,
                            Key -> VisualInteractionOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Interactions" (VisualInteractionOptionsProperty -> (Key, Value))
-> Maybe VisualInteractionOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualInteractionOptionsProperty
interactions,
                            Key -> LegendOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Legend" (LegendOptionsProperty -> (Key, Value))
-> Maybe LegendOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe LegendOptionsProperty
legend,
                            Key -> AxisDisplayOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrimaryYAxisDisplayOptions"
                              (AxisDisplayOptionsProperty -> (Key, Value))
-> Maybe AxisDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AxisDisplayOptionsProperty
primaryYAxisDisplayOptions,
                            Key -> ChartAxisLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrimaryYAxisLabelOptions"
                              (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
primaryYAxisLabelOptions,
                            Key -> [ReferenceLineProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReferenceLines" ([ReferenceLineProperty] -> (Key, Value))
-> Maybe [ReferenceLineProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ReferenceLineProperty]
referenceLines,
                            Key -> BoxPlotSortConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SortConfiguration" (BoxPlotSortConfigurationProperty -> (Key, Value))
-> Maybe BoxPlotSortConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe BoxPlotSortConfigurationProperty
sortConfiguration,
                            Key -> TooltipOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tooltip" (TooltipOptionsProperty -> (Key, Value))
-> Maybe TooltipOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe TooltipOptionsProperty
tooltip,
                            Key -> VisualPaletteProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VisualPalette" (VisualPaletteProperty -> (Key, Value))
-> Maybe VisualPaletteProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualPaletteProperty
visualPalette])}
instance JSON.ToJSON BoxPlotChartConfigurationProperty where
  toJSON :: BoxPlotChartConfigurationProperty -> Value
toJSON BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
              [Key -> BoxPlotOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BoxPlotOptions" (BoxPlotOptionsProperty -> (Key, Value))
-> Maybe BoxPlotOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe BoxPlotOptionsProperty
boxPlotOptions,
               Key -> AxisDisplayOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CategoryAxis" (AxisDisplayOptionsProperty -> (Key, Value))
-> Maybe AxisDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AxisDisplayOptionsProperty
categoryAxis,
               Key -> ChartAxisLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CategoryLabelOptions" (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
categoryLabelOptions,
               Key -> BoxPlotFieldWellsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FieldWells" (BoxPlotFieldWellsProperty -> (Key, Value))
-> Maybe BoxPlotFieldWellsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe BoxPlotFieldWellsProperty
fieldWells,
               Key -> VisualInteractionOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Interactions" (VisualInteractionOptionsProperty -> (Key, Value))
-> Maybe VisualInteractionOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualInteractionOptionsProperty
interactions,
               Key -> LegendOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Legend" (LegendOptionsProperty -> (Key, Value))
-> Maybe LegendOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe LegendOptionsProperty
legend,
               Key -> AxisDisplayOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrimaryYAxisDisplayOptions"
                 (AxisDisplayOptionsProperty -> (Key, Value))
-> Maybe AxisDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AxisDisplayOptionsProperty
primaryYAxisDisplayOptions,
               Key -> ChartAxisLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrimaryYAxisLabelOptions"
                 (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
primaryYAxisLabelOptions,
               Key -> [ReferenceLineProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReferenceLines" ([ReferenceLineProperty] -> (Key, Value))
-> Maybe [ReferenceLineProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ReferenceLineProperty]
referenceLines,
               Key -> BoxPlotSortConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SortConfiguration" (BoxPlotSortConfigurationProperty -> (Key, Value))
-> Maybe BoxPlotSortConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe BoxPlotSortConfigurationProperty
sortConfiguration,
               Key -> TooltipOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tooltip" (TooltipOptionsProperty -> (Key, Value))
-> Maybe TooltipOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe TooltipOptionsProperty
tooltip,
               Key -> VisualPaletteProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VisualPalette" (VisualPaletteProperty -> (Key, Value))
-> Maybe VisualPaletteProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualPaletteProperty
visualPalette]))
instance Property "BoxPlotOptions" BoxPlotChartConfigurationProperty where
  type PropertyType "BoxPlotOptions" BoxPlotChartConfigurationProperty = BoxPlotOptionsProperty
  set :: PropertyType "BoxPlotOptions" BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
set PropertyType "BoxPlotOptions" BoxPlotChartConfigurationProperty
newValue BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = BoxPlotChartConfigurationProperty
        {boxPlotOptions :: Maybe BoxPlotOptionsProperty
boxPlotOptions = BoxPlotOptionsProperty -> Maybe BoxPlotOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BoxPlotOptions" BoxPlotChartConfigurationProperty
BoxPlotOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "CategoryAxis" BoxPlotChartConfigurationProperty where
  type PropertyType "CategoryAxis" BoxPlotChartConfigurationProperty = AxisDisplayOptionsProperty
  set :: PropertyType "CategoryAxis" BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
set PropertyType "CategoryAxis" BoxPlotChartConfigurationProperty
newValue BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = BoxPlotChartConfigurationProperty
        {categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryAxis = AxisDisplayOptionsProperty -> Maybe AxisDisplayOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CategoryAxis" BoxPlotChartConfigurationProperty
AxisDisplayOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "CategoryLabelOptions" BoxPlotChartConfigurationProperty where
  type PropertyType "CategoryLabelOptions" BoxPlotChartConfigurationProperty = ChartAxisLabelOptionsProperty
  set :: PropertyType
  "CategoryLabelOptions" BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
set PropertyType
  "CategoryLabelOptions" BoxPlotChartConfigurationProperty
newValue BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = BoxPlotChartConfigurationProperty
        {categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
categoryLabelOptions = ChartAxisLabelOptionsProperty
-> Maybe ChartAxisLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "CategoryLabelOptions" BoxPlotChartConfigurationProperty
ChartAxisLabelOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "FieldWells" BoxPlotChartConfigurationProperty where
  type PropertyType "FieldWells" BoxPlotChartConfigurationProperty = BoxPlotFieldWellsProperty
  set :: PropertyType "FieldWells" BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
set PropertyType "FieldWells" BoxPlotChartConfigurationProperty
newValue BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = BoxPlotChartConfigurationProperty
        {fieldWells :: Maybe BoxPlotFieldWellsProperty
fieldWells = BoxPlotFieldWellsProperty -> Maybe BoxPlotFieldWellsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FieldWells" BoxPlotChartConfigurationProperty
BoxPlotFieldWellsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "Interactions" BoxPlotChartConfigurationProperty where
  type PropertyType "Interactions" BoxPlotChartConfigurationProperty = VisualInteractionOptionsProperty
  set :: PropertyType "Interactions" BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
set PropertyType "Interactions" BoxPlotChartConfigurationProperty
newValue BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = BoxPlotChartConfigurationProperty
        {interactions :: Maybe VisualInteractionOptionsProperty
interactions = VisualInteractionOptionsProperty
-> Maybe VisualInteractionOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Interactions" BoxPlotChartConfigurationProperty
VisualInteractionOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "Legend" BoxPlotChartConfigurationProperty where
  type PropertyType "Legend" BoxPlotChartConfigurationProperty = LegendOptionsProperty
  set :: PropertyType "Legend" BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
set PropertyType "Legend" BoxPlotChartConfigurationProperty
newValue BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = BoxPlotChartConfigurationProperty
        {legend :: Maybe LegendOptionsProperty
legend = LegendOptionsProperty -> Maybe LegendOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Legend" BoxPlotChartConfigurationProperty
LegendOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "PrimaryYAxisDisplayOptions" BoxPlotChartConfigurationProperty where
  type PropertyType "PrimaryYAxisDisplayOptions" BoxPlotChartConfigurationProperty = AxisDisplayOptionsProperty
  set :: PropertyType
  "PrimaryYAxisDisplayOptions" BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
set PropertyType
  "PrimaryYAxisDisplayOptions" BoxPlotChartConfigurationProperty
newValue BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = BoxPlotChartConfigurationProperty
        {primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisDisplayOptions = AxisDisplayOptionsProperty -> Maybe AxisDisplayOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "PrimaryYAxisDisplayOptions" BoxPlotChartConfigurationProperty
AxisDisplayOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "PrimaryYAxisLabelOptions" BoxPlotChartConfigurationProperty where
  type PropertyType "PrimaryYAxisLabelOptions" BoxPlotChartConfigurationProperty = ChartAxisLabelOptionsProperty
  set :: PropertyType
  "PrimaryYAxisLabelOptions" BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
set PropertyType
  "PrimaryYAxisLabelOptions" BoxPlotChartConfigurationProperty
newValue BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = BoxPlotChartConfigurationProperty
        {primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
primaryYAxisLabelOptions = ChartAxisLabelOptionsProperty
-> Maybe ChartAxisLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "PrimaryYAxisLabelOptions" BoxPlotChartConfigurationProperty
ChartAxisLabelOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "ReferenceLines" BoxPlotChartConfigurationProperty where
  type PropertyType "ReferenceLines" BoxPlotChartConfigurationProperty = [ReferenceLineProperty]
  set :: PropertyType "ReferenceLines" BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
set PropertyType "ReferenceLines" BoxPlotChartConfigurationProperty
newValue BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = BoxPlotChartConfigurationProperty
        {referenceLines :: Maybe [ReferenceLineProperty]
referenceLines = [ReferenceLineProperty] -> Maybe [ReferenceLineProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [ReferenceLineProperty]
PropertyType "ReferenceLines" BoxPlotChartConfigurationProperty
newValue, Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "SortConfiguration" BoxPlotChartConfigurationProperty where
  type PropertyType "SortConfiguration" BoxPlotChartConfigurationProperty = BoxPlotSortConfigurationProperty
  set :: PropertyType "SortConfiguration" BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
set PropertyType "SortConfiguration" BoxPlotChartConfigurationProperty
newValue BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = BoxPlotChartConfigurationProperty
        {sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
sortConfiguration = BoxPlotSortConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SortConfiguration" BoxPlotChartConfigurationProperty
BoxPlotSortConfigurationProperty
newValue, Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "Tooltip" BoxPlotChartConfigurationProperty where
  type PropertyType "Tooltip" BoxPlotChartConfigurationProperty = TooltipOptionsProperty
  set :: PropertyType "Tooltip" BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
set PropertyType "Tooltip" BoxPlotChartConfigurationProperty
newValue BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = BoxPlotChartConfigurationProperty
        {tooltip :: Maybe TooltipOptionsProperty
tooltip = TooltipOptionsProperty -> Maybe TooltipOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Tooltip" BoxPlotChartConfigurationProperty
TooltipOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "VisualPalette" BoxPlotChartConfigurationProperty where
  type PropertyType "VisualPalette" BoxPlotChartConfigurationProperty = VisualPaletteProperty
  set :: PropertyType "VisualPalette" BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
-> BoxPlotChartConfigurationProperty
set PropertyType "VisualPalette" BoxPlotChartConfigurationProperty
newValue BoxPlotChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: BoxPlotChartConfigurationProperty -> ()
boxPlotOptions :: BoxPlotChartConfigurationProperty -> Maybe BoxPlotOptionsProperty
categoryAxis :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotFieldWellsProperty
interactions :: BoxPlotChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: BoxPlotChartConfigurationProperty -> Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: BoxPlotChartConfigurationProperty
-> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: BoxPlotChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: BoxPlotChartConfigurationProperty -> Maybe [ReferenceLineProperty]
sortConfiguration :: BoxPlotChartConfigurationProperty
-> Maybe BoxPlotSortConfigurationProperty
tooltip :: BoxPlotChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: BoxPlotChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = BoxPlotChartConfigurationProperty
        {visualPalette :: Maybe VisualPaletteProperty
visualPalette = VisualPaletteProperty -> Maybe VisualPaletteProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "VisualPalette" BoxPlotChartConfigurationProperty
VisualPaletteProperty
newValue, Maybe [ReferenceLineProperty]
Maybe BoxPlotOptionsProperty
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe BoxPlotSortConfigurationProperty
Maybe BoxPlotFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
haddock_workaround_ :: ()
boxPlotOptions :: Maybe BoxPlotOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe BoxPlotFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
sortConfiguration :: Maybe BoxPlotSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
..}