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. |
Modifier and Type | Class and Description |
---|---|
class |
Pan
Base object to map pan options for
ZoomPlugin.ID plugin configuration.It represents the container for PAN options. |
class |
Zoom
Base object to map zoom options for
ZoomPlugin.ID plugin configuration.It represents the container for ZOOM options. |
Modifier and Type | Method and Description |
---|---|
void |
CompleteCallback.onComplete(IsChart chart,
AbstractConfigurationItem configurationItem)
Method called once zooming or panning is completed.
|
void |
ProgressCallback.onProgress(IsChart chart,
AbstractConfigurationItem configurationItem)
Method called while the user is zooming or panning.
|