ZoomPlugin.ID plugin (AKA chartjs-plugin-zoom.js ) for CHART.js.See: Description
| Class | Description |
|---|---|
| AbstractConfigurationItem |
Abstract element used by pan and zoom object in order to enable to provide the configuration of
ZoomPlugin.ID. |
| Drag |
Configuration item to define the style to apply to drag area, during zooming.
|
| Pan |
Base object to map pan options for
ZoomPlugin.ID plugin configuration.It represents the container for PAN options. |
| Range |
Entity of
ZoomPlugin.ID configuration in order to set minimum and maximum values of X and Y scales.The values to set to the properties depends on the type of scales are used. |
| Zoom |
Base object to map zoom options for
ZoomPlugin.ID plugin configuration.It represents the container for ZOOM options. |
| ZoomOptions |
This is the
ZoomPlugin.ID plugin options where to set all the configuration needed to the plugin. |
| ZoomOptionsFactory |
Factory to get the options (form chart, form dataset or from default global ones) related to
ZoomPlugin.ID plugin. |
| ZoomPlugin |
Entry point of ZOOM plugin to enable the plugin.
The ZOOM plugin is highly customizable CHART.JS plugin that is zooming data of charts. The ZOOM plugin plugin has got a dependency with javascript utility hammer, utility used for gesture recognition. |
| ZoomPluginHammerResource |
Contains the content of
hammer.min.js to inject. |
| ZoomPluginResource |
Contains the content of
chartjs-plugin-zoom.min.js to inject. |
ZoomPlugin.ID plugin (AKA chartjs-plugin-zoom.js ) for CHART.js.