Module Values_0.TreeMapAggregatedFieldWellsSource

Aggregated field wells of a tree map.

Sourcetype nonrec t = {
  1. groups : TreeMapDimensionFieldList.t option;
    (*

    The group by field well of a tree map. Values are grouped based on group by fields.

    *)
  2. sizes : TreeMapMeasureFieldList.t option;
    (*

    The size field well of a tree map. Values are aggregated based on group by fields.

    *)
  3. colors : TreeMapMeasureFieldList.t option;
    (*

    The color field well of a tree map. Values are grouped by aggregations based on group by fields.

    *)
}
Sourceval make : ?groups:??? -> ?sizes:??? -> ?colors:??? -> unit -> t
Sourceval to_value : t -> [> `Structure 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 ]) 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