package chartjs

  1. Overview
  2. Docs

The minorTick configuration is nested under the ticks configuration in the minor key. It defines options for the minor tick marks that are generated by the axis. Omitted options are inherited from ticks configuration.

method callback : 'a tick_cb Js_of_ocaml.Js.prop

Returns the string representation of the tick value as it should be displayed on the chart.

Font color for tick labels.

Font family for the tick labels, follows CSS font-family options.

method fontSize : int Js_of_ocaml.Js.optdef_prop

Font size for the tick labels.

Font style for the tick labels, follows CSS font-style options (i.e. normal, italic, oblique, initial, inherit).