Module Values.GraphDisplayConfigSource

Defines the visual representation settings for widget data, including the visualization type, styling options, and display preferences for different metric types.

Sourcetype nonrec t = {
  1. visualType : VisualType.t;
    (*

    The type of visualization to use for the data.

    *)
}
Sourceval context_ : string
Sourceval make : visualType:VisualType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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