Package | Description |
---|---|
org.pepstock.charba.client.zoom |
Contains all classes to activate the
ZoomPlugin.ID plugin (AKA
chartjs-plugin-zoom.js ) for CHART.js. |
org.pepstock.charba.client.zoom.callbacks |
Contains the
ZoomPlugin.ID plugin callback interfaces to configure the plugin itself
and to catch events. |
Class and 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. |
Class and Description |
---|
AbstractConfigurationItem
Abstract element used by pan and zoom object in order to enable to provide the configuration of
ZoomPlugin.ID . |