Class type Chartjs.tooltipItem

method label : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_prop

Label for the tooltip.

method value : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_prop

Value for the tooltip.

method datasetIndex : int Js_of_ocaml.Js.readonly_prop

Index of the dataset the item comes from.

method index : int Js_of_ocaml.Js.readonly_prop

Index of this data item in the dataset.

method x : float Js_of_ocaml.Js.readonly_prop

X position of matching point.

method y : float Js_of_ocaml.Js.readonly_prop

Y position of matching point.