| Package | Description | 
|---|---|
| org.pepstock.charba.client.zoom | 
 Contains all classes to activate the  
ZoomPlugin.ID plugin (AKA
 chartjs-plugin-zoom.js ) for CHART.js. | 
| Modifier and Type | Method and Description | 
|---|---|
static Drag | 
ZoomPlugin.createDrag()
Creates new customized drag-to-zoom effect. 
 | 
static Drag | 
ZoomPlugin.createDrag(IsChart chart)
Creates new customized drag-to-zoom effect. 
 | 
Drag | 
Zoom.getDrag()
Returns the customized drag-to-zoom effect or  
null is not set. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Zoom.setDrag(Drag drag)
Sets a customized drag-to-zoom effect. 
 |