Values_0.KPISparklineOptionsSourceThe options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.
type nonrec t = {visibility : Visibility.t option;The visibility of the sparkline.
*)type_ : KPISparklineType.t;The type of the sparkline.
*)color : HexColor.t option;The color of the sparkline.
*)tooltipVisibility : Visibility.t option;The tooltip visibility of the sparkline.
*)}val make :
?visibility:??? ->
?color:??? ->
?tooltipVisibility:??? ->
type_:KPISparklineType.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of HexColor.t ]) list ]