| Package | Description |
|---|---|
| org.pepstock.charba.client.zoom |
Contains all classes to activate the
ZoomPlugin.ID plugin (AKA chartjs-plugin-zoom.js ) for CHART.js. |
| Class and Description |
|---|
| CompletedCallback
Callback interface of
ZoomPlugin.ID plugin that is called once zooming or panning is completed. |
| ModeCallback
Callback interface of
ZoomPlugin.ID plugin to set the mode (pan and zoom) directions at runtime. |
| ProgressCallback
Callback interface of
ZoomPlugin.ID plugin that is called while the user is zooming or panning. |
| RejectedCallback
Callback interface of
ZoomPlugin.ID plugin that is called once zooming or panning is rejected. |
| StartCallback
Callback interface of
ZoomPlugin.ID plugin that is called when pan or zoom is about to start.If this callback returns false, pan or zoom is aborted and RejectedCallback is invoked. |