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 |
---|---|
ModeCallback |
AbstractConfigurationItem.getModeCallback()
Returns the element (panning or zooming) directions callback, to set the mode at runtime.
|
ModeCallback |
AbstractConfigurationItem.getOverScaleModeCallback()
Returns the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse
cursor is over one of scale
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfigurationItem.setMode(ModeCallback modeCallback)
Sets the element (panning or zooming) directions callback, to set the mode at runtime.
|
void |
AbstractConfigurationItem.setOverScaleMode(ModeCallback modeCallback)
Sets the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor
is over one of scale
|