package chartjs

  1. Overview
  2. Docs
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