Module Values_0.RadarChartConfigurationSource

The configuration of a RadarChartVisual.

Sourcetype nonrec t = {
  1. fieldWells : RadarChartFieldWells.t option;
    (*

    The field well configuration of a RadarChartVisual.

    *)
  2. sortConfiguration : RadarChartSortConfiguration.t option;
    (*

    The sort configuration of a RadarChartVisual.

    *)
  3. shape : RadarChartShape.t option;
    (*

    The shape of the radar chart.

    *)
  4. baseSeriesSettings : RadarChartSeriesSettings.t option;
    (*

    The base sreies settings of a radar chart.

    *)
  5. startAngle : RadarChartStartAngle.t option;
    (*

    The start angle of a radar chart's axis.

    *)
  6. visualPalette : VisualPalette.t option;
    (*

    The palette (chart color) display setup of the visual.

    *)
  7. alternateBandColorsVisibility : Visibility.t option;
    (*

    Determines the visibility of the colors of alternatign bands in a radar chart.

    *)
  8. alternateBandEvenColor : HexColor.t option;
    (*

    The color of the even-numbered alternate bands of a radar chart.

    *)
  9. alternateBandOddColor : HexColor.t option;
    (*

    The color of the odd-numbered alternate bands of a radar chart.

    *)
  10. categoryAxis : AxisDisplayOptions.t option;
    (*

    The category axis of a radar chart.

    *)
  11. categoryLabelOptions : ChartAxisLabelOptions.t option;
    (*

    The category label options of a radar chart.

    *)
  12. colorAxis : AxisDisplayOptions.t option;
    (*

    The color axis of a radar chart.

    *)
  13. colorLabelOptions : ChartAxisLabelOptions.t option;
    (*

    The color label options of a radar chart.

    *)
  14. legend : LegendOptions.t option;
    (*

    The legend display setup of the visual.

    *)
  15. axesRangeScale : RadarChartAxesRangeScale.t option;
    (*

    The axis behavior options of a radar chart.

    *)
  16. interactions : VisualInteractionOptions.t option;
    (*

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?sortConfiguration:??? -> ?shape:??? -> ?baseSeriesSettings:??? -> ?startAngle:??? -> ?visualPalette:??? -> ?alternateBandColorsVisibility:??? -> ?alternateBandEvenColor:??? -> ?alternateBandOddColor:??? -> ?categoryAxis:??? -> ?categoryLabelOptions:??? -> ?colorAxis:??? -> ?colorLabelOptions:??? -> ?legend:??? -> ?axesRangeScale:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of RadarChartStartAngle.t | `Enum of string | `String of HexColor.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentileValue.t ]) list ]) list ]) list ]) list ]) list ] list | `String of HexColor.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Double of PercentileValue.t | `String of NullString.t | `Structure of (string * [> `Enum of string | `String of Prefix.t | `Structure of (string * [> `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list | `Long of Long.t | `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentNumber.t | `Enum of string | `String of HexColor.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of Integer.t | `String of PixelLength.t ]) list ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t