Class type Chartjs.pointElement

method radius : int Js_of_ocaml.Js.prop

Point radius.

method pointStyle : Point_style.t Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

Point style.

method rotation : int Js_of_ocaml.Js.optdef_prop

Point rotation (in degrees).

method backgroundColor : Color.t Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

Point fill color.

method borderWidth : int Js_of_ocaml.Js.prop

Point stroke width.

method borderColor : Color.t Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

Point stroke color.

method hitRadius : int Js_of_ocaml.Js.prop

Extra radius added to point radius for hit detection.

method hoverRadius : int Js_of_ocaml.Js.prop

Point radius when hovered.

method hoverBorderWidth : int Js_of_ocaml.Js.prop

Stroke width when hovered.