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 | Class and Description |
---|---|
class |
ScaleLimit
Entity of
ZoomPlugin.ID configuration in order to set minimum and maximum values of the scales for pan or zoom. |
Modifier and Type | Method and Description |
---|---|
static void |
ZoomPlugin.zoomScale(IsChart chart,
ScaleId scaleId,
ScaleRange range)
Zooms the chart scale on demand, programmatically.
|
static void |
ZoomPlugin.zoomScale(IsChart chart,
ScaleId scaleId,
ScaleRange range,
TransitionKey transition)
Zooms the chart scale on demand, programmatically.
|