package chartjs

  1. Overview
  2. Docs
method radius : int Js_of_ocaml.Js.prop

Point radius.

Point style.

method rotation : int Js_of_ocaml.Js.optdef_prop

Point rotation (in degrees).

Point fill color.

method borderWidth : int Js_of_ocaml.Js.prop

Point stroke width.

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.