package chartjs-colorschemes

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method fillAlpha : float Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

The transparency value for the line fill color. Must be a number between 0.0 (fully transparent) and 1.0 (no transparency).

Color scheme name. It also accepts an array of color strings, which is primarily for ES modules.

If set to true, the order of the colors in the selected scheme is reversed.

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

If set to true, the specified color scheme will override the existing color options. If false, it is only applied when no color setting exists.