module Stratosphere.QuickSight.Analysis.RadarChartConfigurationProperty (
        module Exports, RadarChartConfigurationProperty(..),
        mkRadarChartConfigurationProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.AxisDisplayOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.ChartAxisLabelOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.LegendOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.RadarChartFieldWellsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.RadarChartSeriesSettingsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.RadarChartSortConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.VisualInteractionOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.VisualPaletteProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data RadarChartConfigurationProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html>
    RadarChartConfigurationProperty {RadarChartConfigurationProperty -> ()
haddock_workaround_ :: (),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-alternatebandcolorsvisibility>
                                     RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandColorsVisibility :: (Prelude.Maybe (Value Prelude.Text)),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-alternatebandevencolor>
                                     RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: (Prelude.Maybe (Value Prelude.Text)),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-alternatebandoddcolor>
                                     RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: (Prelude.Maybe (Value Prelude.Text)),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-axesrangescale>
                                     RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: (Prelude.Maybe (Value Prelude.Text)),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-baseseriessettings>
                                     RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
baseSeriesSettings :: (Prelude.Maybe RadarChartSeriesSettingsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-categoryaxis>
                                     RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryAxis :: (Prelude.Maybe AxisDisplayOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-categorylabeloptions>
                                     RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
categoryLabelOptions :: (Prelude.Maybe ChartAxisLabelOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-coloraxis>
                                     RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorAxis :: (Prelude.Maybe AxisDisplayOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-colorlabeloptions>
                                     RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: (Prelude.Maybe ChartAxisLabelOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-fieldwells>
                                     RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
fieldWells :: (Prelude.Maybe RadarChartFieldWellsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-interactions>
                                     RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
interactions :: (Prelude.Maybe VisualInteractionOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-legend>
                                     RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
legend :: (Prelude.Maybe LegendOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-shape>
                                     RadarChartConfigurationProperty -> Maybe (Value Text)
shape :: (Prelude.Maybe (Value Prelude.Text)),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-sortconfiguration>
                                     RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
sortConfiguration :: (Prelude.Maybe RadarChartSortConfigurationProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-startangle>
                                     RadarChartConfigurationProperty -> Maybe (Value Double)
startAngle :: (Prelude.Maybe (Value Prelude.Double)),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartconfiguration.html#cfn-quicksight-analysis-radarchartconfiguration-visualpalette>
                                     RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
visualPalette :: (Prelude.Maybe VisualPaletteProperty)}
  deriving stock (RadarChartConfigurationProperty
-> RadarChartConfigurationProperty -> Bool
(RadarChartConfigurationProperty
 -> RadarChartConfigurationProperty -> Bool)
-> (RadarChartConfigurationProperty
    -> RadarChartConfigurationProperty -> Bool)
-> Eq RadarChartConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: RadarChartConfigurationProperty
-> RadarChartConfigurationProperty -> Bool
== :: RadarChartConfigurationProperty
-> RadarChartConfigurationProperty -> Bool
$c/= :: RadarChartConfigurationProperty
-> RadarChartConfigurationProperty -> Bool
/= :: RadarChartConfigurationProperty
-> RadarChartConfigurationProperty -> Bool
Prelude.Eq, Int -> RadarChartConfigurationProperty -> ShowS
[RadarChartConfigurationProperty] -> ShowS
RadarChartConfigurationProperty -> String
(Int -> RadarChartConfigurationProperty -> ShowS)
-> (RadarChartConfigurationProperty -> String)
-> ([RadarChartConfigurationProperty] -> ShowS)
-> Show RadarChartConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> RadarChartConfigurationProperty -> ShowS
showsPrec :: Int -> RadarChartConfigurationProperty -> ShowS
$cshow :: RadarChartConfigurationProperty -> String
show :: RadarChartConfigurationProperty -> String
$cshowList :: [RadarChartConfigurationProperty] -> ShowS
showList :: [RadarChartConfigurationProperty] -> ShowS
Prelude.Show)
mkRadarChartConfigurationProperty ::
  RadarChartConfigurationProperty
mkRadarChartConfigurationProperty :: RadarChartConfigurationProperty
mkRadarChartConfigurationProperty
  = RadarChartConfigurationProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (),
       alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandColorsVisibility = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       alternateBandEvenColor :: Maybe (Value Text)
alternateBandEvenColor = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       alternateBandOddColor :: Maybe (Value Text)
alternateBandOddColor = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       axesRangeScale :: Maybe (Value Text)
axesRangeScale = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
baseSeriesSettings = Maybe RadarChartSeriesSettingsProperty
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,
       colorAxis :: Maybe AxisDisplayOptionsProperty
colorAxis = Maybe AxisDisplayOptionsProperty
forall a. Maybe a
Prelude.Nothing, colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions = Maybe ChartAxisLabelOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       fieldWells :: Maybe RadarChartFieldWellsProperty
fieldWells = Maybe RadarChartFieldWellsProperty
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, shape :: Maybe (Value Text)
shape = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       sortConfiguration :: Maybe RadarChartSortConfigurationProperty
sortConfiguration = Maybe RadarChartSortConfigurationProperty
forall a. Maybe a
Prelude.Nothing, startAngle :: Maybe (Value Double)
startAngle = Maybe (Value Double)
forall a. Maybe a
Prelude.Nothing,
       visualPalette :: Maybe VisualPaletteProperty
visualPalette = Maybe VisualPaletteProperty
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties RadarChartConfigurationProperty where
  toResourceProperties :: RadarChartConfigurationProperty -> ResourceProperties
toResourceProperties RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::QuickSight::Analysis.RadarChartConfiguration",
         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 -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AlternateBandColorsVisibility"
                              (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
alternateBandColorsVisibility,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AlternateBandEvenColor"
                              (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
alternateBandEvenColor,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AlternateBandOddColor"
                              (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
alternateBandOddColor,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AxesRangeScale" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
axesRangeScale,
                            Key -> RadarChartSeriesSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BaseSeriesSettings" (RadarChartSeriesSettingsProperty -> (Key, Value))
-> Maybe RadarChartSeriesSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RadarChartSeriesSettingsProperty
baseSeriesSettings,
                            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 -> 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
"ColorAxis" (AxisDisplayOptionsProperty -> (Key, Value))
-> Maybe AxisDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AxisDisplayOptionsProperty
colorAxis,
                            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
"ColorLabelOptions" (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions,
                            Key -> RadarChartFieldWellsProperty -> (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" (RadarChartFieldWellsProperty -> (Key, Value))
-> Maybe RadarChartFieldWellsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RadarChartFieldWellsProperty
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 -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Shape" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shape,
                            Key -> RadarChartSortConfigurationProperty -> (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" (RadarChartSortConfigurationProperty -> (Key, Value))
-> Maybe RadarChartSortConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RadarChartSortConfigurationProperty
sortConfiguration,
                            Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StartAngle" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
startAngle,
                            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 RadarChartConfigurationProperty where
  toJSON :: RadarChartConfigurationProperty -> Value
toJSON RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
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 -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AlternateBandColorsVisibility"
                 (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
alternateBandColorsVisibility,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AlternateBandEvenColor"
                 (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
alternateBandEvenColor,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AlternateBandOddColor"
                 (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
alternateBandOddColor,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AxesRangeScale" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
axesRangeScale,
               Key -> RadarChartSeriesSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BaseSeriesSettings" (RadarChartSeriesSettingsProperty -> (Key, Value))
-> Maybe RadarChartSeriesSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RadarChartSeriesSettingsProperty
baseSeriesSettings,
               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 -> 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
"ColorAxis" (AxisDisplayOptionsProperty -> (Key, Value))
-> Maybe AxisDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AxisDisplayOptionsProperty
colorAxis,
               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
"ColorLabelOptions" (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions,
               Key -> RadarChartFieldWellsProperty -> (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" (RadarChartFieldWellsProperty -> (Key, Value))
-> Maybe RadarChartFieldWellsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RadarChartFieldWellsProperty
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 -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Shape" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shape,
               Key -> RadarChartSortConfigurationProperty -> (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" (RadarChartSortConfigurationProperty -> (Key, Value))
-> Maybe RadarChartSortConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RadarChartSortConfigurationProperty
sortConfiguration,
               Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StartAngle" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
startAngle,
               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 "AlternateBandColorsVisibility" RadarChartConfigurationProperty where
  type PropertyType "AlternateBandColorsVisibility" RadarChartConfigurationProperty = Value Prelude.Text
  set :: PropertyType
  "AlternateBandColorsVisibility" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType
  "AlternateBandColorsVisibility" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandColorsVisibility = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "AlternateBandColorsVisibility" RadarChartConfigurationProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "AlternateBandEvenColor" RadarChartConfigurationProperty where
  type PropertyType "AlternateBandEvenColor" RadarChartConfigurationProperty = Value Prelude.Text
  set :: PropertyType
  "AlternateBandEvenColor" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType
  "AlternateBandEvenColor" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {alternateBandEvenColor :: Maybe (Value Text)
alternateBandEvenColor = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "AlternateBandEvenColor" RadarChartConfigurationProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "AlternateBandOddColor" RadarChartConfigurationProperty where
  type PropertyType "AlternateBandOddColor" RadarChartConfigurationProperty = Value Prelude.Text
  set :: PropertyType
  "AlternateBandOddColor" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType
  "AlternateBandOddColor" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {alternateBandOddColor :: Maybe (Value Text)
alternateBandOddColor = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "AlternateBandOddColor" RadarChartConfigurationProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "AxesRangeScale" RadarChartConfigurationProperty where
  type PropertyType "AxesRangeScale" RadarChartConfigurationProperty = Value Prelude.Text
  set :: PropertyType "AxesRangeScale" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType "AxesRangeScale" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {axesRangeScale :: Maybe (Value Text)
axesRangeScale = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AxesRangeScale" RadarChartConfigurationProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "BaseSeriesSettings" RadarChartConfigurationProperty where
  type PropertyType "BaseSeriesSettings" RadarChartConfigurationProperty = RadarChartSeriesSettingsProperty
  set :: PropertyType "BaseSeriesSettings" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType "BaseSeriesSettings" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
baseSeriesSettings = RadarChartSeriesSettingsProperty
-> Maybe RadarChartSeriesSettingsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BaseSeriesSettings" RadarChartConfigurationProperty
RadarChartSeriesSettingsProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "CategoryAxis" RadarChartConfigurationProperty where
  type PropertyType "CategoryAxis" RadarChartConfigurationProperty = AxisDisplayOptionsProperty
  set :: PropertyType "CategoryAxis" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType "CategoryAxis" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryAxis = AxisDisplayOptionsProperty -> Maybe AxisDisplayOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CategoryAxis" RadarChartConfigurationProperty
AxisDisplayOptionsProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "CategoryLabelOptions" RadarChartConfigurationProperty where
  type PropertyType "CategoryLabelOptions" RadarChartConfigurationProperty = ChartAxisLabelOptionsProperty
  set :: PropertyType "CategoryLabelOptions" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType "CategoryLabelOptions" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
categoryLabelOptions = ChartAxisLabelOptionsProperty
-> Maybe ChartAxisLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CategoryLabelOptions" RadarChartConfigurationProperty
ChartAxisLabelOptionsProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "ColorAxis" RadarChartConfigurationProperty where
  type PropertyType "ColorAxis" RadarChartConfigurationProperty = AxisDisplayOptionsProperty
  set :: PropertyType "ColorAxis" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType "ColorAxis" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {colorAxis :: Maybe AxisDisplayOptionsProperty
colorAxis = AxisDisplayOptionsProperty -> Maybe AxisDisplayOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ColorAxis" RadarChartConfigurationProperty
AxisDisplayOptionsProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "ColorLabelOptions" RadarChartConfigurationProperty where
  type PropertyType "ColorLabelOptions" RadarChartConfigurationProperty = ChartAxisLabelOptionsProperty
  set :: PropertyType "ColorLabelOptions" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType "ColorLabelOptions" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions = ChartAxisLabelOptionsProperty
-> Maybe ChartAxisLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ColorLabelOptions" RadarChartConfigurationProperty
ChartAxisLabelOptionsProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "FieldWells" RadarChartConfigurationProperty where
  type PropertyType "FieldWells" RadarChartConfigurationProperty = RadarChartFieldWellsProperty
  set :: PropertyType "FieldWells" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType "FieldWells" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {fieldWells :: Maybe RadarChartFieldWellsProperty
fieldWells = RadarChartFieldWellsProperty -> Maybe RadarChartFieldWellsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FieldWells" RadarChartConfigurationProperty
RadarChartFieldWellsProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "Interactions" RadarChartConfigurationProperty where
  type PropertyType "Interactions" RadarChartConfigurationProperty = VisualInteractionOptionsProperty
  set :: PropertyType "Interactions" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType "Interactions" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {interactions :: Maybe VisualInteractionOptionsProperty
interactions = VisualInteractionOptionsProperty
-> Maybe VisualInteractionOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Interactions" RadarChartConfigurationProperty
VisualInteractionOptionsProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "Legend" RadarChartConfigurationProperty where
  type PropertyType "Legend" RadarChartConfigurationProperty = LegendOptionsProperty
  set :: PropertyType "Legend" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType "Legend" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {legend :: Maybe LegendOptionsProperty
legend = LegendOptionsProperty -> Maybe LegendOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Legend" RadarChartConfigurationProperty
LegendOptionsProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "Shape" RadarChartConfigurationProperty where
  type PropertyType "Shape" RadarChartConfigurationProperty = Value Prelude.Text
  set :: PropertyType "Shape" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType "Shape" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {shape :: Maybe (Value Text)
shape = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Shape" RadarChartConfigurationProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "SortConfiguration" RadarChartConfigurationProperty where
  type PropertyType "SortConfiguration" RadarChartConfigurationProperty = RadarChartSortConfigurationProperty
  set :: PropertyType "SortConfiguration" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType "SortConfiguration" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {sortConfiguration :: Maybe RadarChartSortConfigurationProperty
sortConfiguration = RadarChartSortConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SortConfiguration" RadarChartConfigurationProperty
RadarChartSortConfigurationProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "StartAngle" RadarChartConfigurationProperty where
  type PropertyType "StartAngle" RadarChartConfigurationProperty = Value Prelude.Double
  set :: PropertyType "StartAngle" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType "StartAngle" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {startAngle :: Maybe (Value Double)
startAngle = Value Double -> Maybe (Value Double)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "StartAngle" RadarChartConfigurationProperty
Value Double
newValue, Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "VisualPalette" RadarChartConfigurationProperty where
  type PropertyType "VisualPalette" RadarChartConfigurationProperty = VisualPaletteProperty
  set :: PropertyType "VisualPalette" RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
-> RadarChartConfigurationProperty
set PropertyType "VisualPalette" RadarChartConfigurationProperty
newValue RadarChartConfigurationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: RadarChartConfigurationProperty -> ()
alternateBandColorsVisibility :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandEvenColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
alternateBandOddColor :: RadarChartConfigurationProperty -> Maybe (Value Text)
axesRangeScale :: RadarChartConfigurationProperty -> Maybe (Value Text)
baseSeriesSettings :: RadarChartConfigurationProperty
-> Maybe RadarChartSeriesSettingsProperty
categoryAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorAxis :: RadarChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
colorLabelOptions :: RadarChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: RadarChartConfigurationProperty
-> Maybe RadarChartFieldWellsProperty
interactions :: RadarChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: RadarChartConfigurationProperty -> Maybe LegendOptionsProperty
shape :: RadarChartConfigurationProperty -> Maybe (Value Text)
sortConfiguration :: RadarChartConfigurationProperty
-> Maybe RadarChartSortConfigurationProperty
startAngle :: RadarChartConfigurationProperty -> Maybe (Value Double)
visualPalette :: RadarChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
visualPalette :: Maybe VisualPaletteProperty
..}
    = RadarChartConfigurationProperty
        {visualPalette :: Maybe VisualPaletteProperty
visualPalette = VisualPaletteProperty -> Maybe VisualPaletteProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "VisualPalette" RadarChartConfigurationProperty
VisualPaletteProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe RadarChartSeriesSettingsProperty
Maybe RadarChartSortConfigurationProperty
Maybe RadarChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
haddock_workaround_ :: ()
alternateBandColorsVisibility :: Maybe (Value Text)
alternateBandEvenColor :: Maybe (Value Text)
alternateBandOddColor :: Maybe (Value Text)
axesRangeScale :: Maybe (Value Text)
baseSeriesSettings :: Maybe RadarChartSeriesSettingsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe RadarChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
shape :: Maybe (Value Text)
sortConfiguration :: Maybe RadarChartSortConfigurationProperty
startAngle :: Maybe (Value Double)
..}