Module Values_0.VisualPaletteSource

The visual display options for the visual palette.

Sourcetype nonrec t = {
  1. chartColor : HexColor.t option;
    (*

    The chart color options for the visual palette.

    *)
  2. colorMap : DataPathColorList.t option;
    (*

    The color map options for the visual palette.

    *)
}
Sourceval make : ?chartColor:??? -> ?colorMap:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `String of FieldId.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ] list | `String of HexColor.t ]) 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