AnnotationPlugin.ID
plugin (AKA
chartjs-plugin-annotation.js
) for CHART.js.See: Description
Class | Description |
---|---|
AbstractAnnotation |
Base class to define an annotation into
AnnotationPlugin.ID plugin.It contains all commons properties to define an annotation ( BoxAnnotation or LineAnnotation . |
AnnotationOptions |
This is the
AnnotationPlugin.ID plugin options where to set all configuration items needed to the plugin. |
AnnotationOptionsFactory |
Factory to get the options (from chart) related to
AnnotationPlugin.ID plugin. |
AnnotationPlugin |
Entry point of ANNOTATION plugin to enable the plugin.
The plugin draws lines and boxes on the chart area. The plugin works with line, bar, scatter and bubble charts that use linear, logarithmic, time, or category scales. The plugin will not work on any chart that does not have exactly two axes, including pie, radar, and polar area charts. |
BoxAnnotation |
Implements a BOX annotation which draws a box into a chart.
If one of the axes is not specified, the box will take the entire chart dimension. The 4 coordinates, xMin, xMax, yMin, yMax are optional. |
LineAnnotation |
Implements a LINE annotation which draws a line into a chart.
Vertical or horizontal lines are supported. |
LineLabel |
Implements a LABEL to apply on a LINE annotation.
|
AnnotationPlugin.ID
plugin (AKA
chartjs-plugin-annotation.js
) for CHART.js.