Values_0.AxisDataOptionsSourceThe data options for an axis. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
type nonrec t = {numericAxisOptions : NumericAxisOptions.t option;The options for an axis with a numeric field.
*)dateAxisOptions : DateAxisOptions.t option;The options for an axis with a date field.
*)}