Module Values_0.TreeMapConfigurationSource

The configuration of a tree map.

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

    The field wells of the visual.

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

    The sort configuration of a tree map.

    *)
  3. groupLabelOptions : ChartAxisLabelOptions.t option;
    (*

    The label options (label text, label visibility) of the groups that are displayed in a tree map.

    *)
  4. sizeLabelOptions : ChartAxisLabelOptions.t option;
    (*

    The label options (label text, label visibility) of the sizes that are displayed in a tree map.

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

    The label options (label text, label visibility) for the colors displayed in a tree map.

    *)
  6. colorScale : ColorScale.t option;
    (*

    The color options (gradient color, point of divergence) of a tree map.

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

    The legend display setup of the visual.

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

    The options that determine if visual data labels are displayed.

    *)
  9. tooltip : TooltipOptions.t option;
    (*

    The tooltip display setup of the visual.

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

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?sortConfiguration:??? -> ?groupLabelOptions:??? -> ?sizeLabelOptions:??? -> ?colorLabelOptions:??? -> ?colorScale:??? -> ?legend:??? -> ?dataLabels:??? -> ?tooltip:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Double of Double.t | `String of String_.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 PixelLength.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 | `Enum of string | `String of NullString.t | `Structure of (string * [> `Double of PercentileValue.t | `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 HexColor.t | `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of PixelLength.t ]) 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