Module Values_0.ComparisonConfigurationSource

The comparison display configuration of a KPI or gauge chart.

Sourcetype nonrec t = {
  1. comparisonMethod : ComparisonMethod.t option;
    (*

    The method of the comparison. Choose from the following options: DIFFERENCE PERCENT_DIFFERENCE PERCENT

    *)
  2. comparisonFormat : ComparisonFormatConfiguration.t option;
    (*

    The format of the comparison.

    *)
}
Sourceval make : ?comparisonMethod:??? -> ?comparisonFormat:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `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 ]
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