Module Values_0.DonutCenterOptionsSource

The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

Sourcetype nonrec t = {
  1. labelVisibility : Visibility.t option;
    (*

    Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called 'Show total'.

    *)
}
Sourceval make : ?labelVisibility:??? -> 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