package chartjs

  1. Overview
  2. Docs
inherit dataset

Styling

Arc border width (in pixels).

method weight : float Js_of_ocaml.Js.optdef_prop

The relative thickness of the dataset. Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.

Interactions

Arc border width when hovered (in pixels).

Border Alignment

The following values are supported for borderAlign: 'center' (default), 'inner'. When 'center' is set, the borders of arcs next to each other will overlap. When 'inner' is set, it is guaranteed that all the borders are not overlap.

OCaml

Innovation. Community. Security.