package chartjs-annotation

  1. Overview
  2. Docs

Defines when the annotations are drawn. This allows positioning of the annotation relative to the other elements of the graph.

Mouse events to enable on each annotation. Should be an array of one or more browser-supported mouse events

method dblClickSpeed : float Js_of_ocaml.Js.prop

Double-click speed in ms used to distinguish single-clicks from double-clicks whenever you need to capture both. When listening for both click and dblclick, click events will be delayed by this amount.

Array of annotation configuration objects.