Values.DisplayConfigSourceDefines how the widget's data should be visualized, including chart type, color schemes, axis configurations, and other display preferences.
type nonrec t = {graph : GraphDisplayConfigMap.t option;The configuration for graphical display of the widget data, including chart type and visual options.
*)table : TableDisplayConfigStruct.t option;The configuration for tabular display of the widget data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of GenericString.t ]
* [> `Structure of (string * [> `Enum of string ]) list ])
list
| `Structure of 'a list ])
list ]