Module Values_0.GaugeChartConfigurationSource

The configuration of a GaugeChartVisual.

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

    The field well configuration of a GaugeChartVisual.

    *)
  2. gaugeChartOptions : GaugeChartOptions.t option;
    (*

    The options that determine the presentation of the GaugeChartVisual.

    *)
  3. dataLabels : DataLabelOptions.t option;
    (*

    The data label configuration of a GaugeChartVisual.

    *)
  4. tooltipOptions : TooltipOptions.t option;
    (*

    The tooltip configuration of a GaugeChartVisual.

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

    The visual palette configuration of a GaugeChartVisual.

    *)
  6. colorConfiguration : GaugeChartColorConfiguration.t option;
    (*

    The color configuration of a GaugeChartVisual.

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

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?gaugeChartOptions:??? -> ?dataLabels:??? -> ?tooltipOptions:??? -> ?visualPalette:??? -> ?colorConfiguration:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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 * [> `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 | `String of HexColor.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of Integer.t | `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 * [> `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 | `String of PixelLength.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 ]
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