Module Values_0.FilledMapConfigurationSource

The configuration for a FilledMapVisual.

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

    The field wells of the visual.

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

    The sort configuration of a FilledMapVisual.

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

    The legend display setup of the visual.

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

    The tooltip display setup of the visual.

    *)
  5. windowOptions : GeospatialWindowOptions.t option;
    (*

    The window options of the filled map visual.

    *)
  6. mapStyleOptions : GeospatialMapStyleOptions.t option;
    (*

    The map style options of the filled map visual.

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

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?sortConfiguration:??? -> ?legend:??? -> ?tooltip:??? -> ?windowOptions:??? -> ?mapStyleOptions:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `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 * [> `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 Latitude.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 | `String of String_.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