Values_0.PanelConfigurationSourceA collection of options that configure how each panel displays in a small multiples chart.
type nonrec t = {title : PanelTitleOptions.t option;Configures the title display within each small multiples panel.
*)borderVisibility : Visibility.t option;Determines whether or not each panel displays a border.
*)borderThickness : PixelLength.t option;Sets the line thickness of panel borders.
*)borderStyle : PanelBorderStyle.t option;Sets the line style of panel borders.
*)borderColor : HexColorWithTransparency.t option;Sets the line color of panel borders.
*)gutterVisibility : Visibility.t option;Determines whether or not negative space between sibling panels is rendered.
*)gutterSpacing : PixelLength.t option;Sets the total amount of negative space to display between sibling panels.
*)backgroundVisibility : Visibility.t option;Determines whether or not a background for each small multiples panel is rendered.
*)backgroundColor : HexColorWithTransparency.t option;Sets the background color for each panel.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PixelLength.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `String of HexColor.t
| `Structure of
(string * [> `Enum of string | `String of PixelLength.t ])
list ])
list ])
list ])
list ]