package chartjs-datalabels

  1. Overview
  2. Docs
type t
val start : t Js_of_ocaml.Js.t

The text is left-aligned.

val center : t Js_of_ocaml.Js.t

The text is centered.

val _end : t Js_of_ocaml.Js.t

The text is right-aligned.

val left : t Js_of_ocaml.Js.t

Alias for 'start'.

val right : t Js_of_ocaml.Js.t

Alias for 'end'.