package chartjs

  1. Overview
  2. Docs

If true, scale will include 0 if it is not already included.

User defined minimum number for the scale, overrides minimum value from data.

User defined maximum number for the scale, overrides maximum value from data.

method maxTicksLimit : int Js_of_ocaml.Js.prop

Maximum number of ticks and gridlines to show.

method precision : int Js_of_ocaml.Js.optdef_prop

If defined and stepSize is not specified, the step size will be rounded to this many decimal places.

method stepSize : int Js_of_ocaml.Js.optdef_prop

User defined fixed step size for the scale.

method suggestedMax : float Js_of_ocaml.Js.optdef Js_of_ocaml.Js.prop

Adjustment used when calculating the maximum data value.

method suggestedMin : float Js_of_ocaml.Js.optdef Js_of_ocaml.Js.prop

Adjustment used when calculating the minimum data value.