Module Chartjs.Tooltip_position

type t
val average : t

Will place the tooltip at the average position of the items displayed in the tooltip.

val nearest : t

Will place the tooltip at the position of the element closest to the event position.

val of_string : string -> t