package chartjs

  1. Overview
  2. Docs
method tension : float Js_of_ocaml.Js.prop

Bézier curve tension (0 for no Bézier curves).

Line fill color.

method borderWidth : int Js_of_ocaml.Js.prop

Line stroke width.

Line stroke color.

Line cap style.

method borderDash : line_dash Js_of_ocaml.Js.prop

Line dash.

method borderDashOffset : line_dash_offset Js_of_ocaml.Js.prop

Line dash offset.

Line join style.

method capBezierPoints : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

true to keep Bézier control inside the chart, false for no restriction.

Fill location.

true to show the line as a stepped line (tension will be ignored).