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 void |
ZoomPlugin.pan(IsChart chart,
Amount amount)
Pans the chart on demand, programmatically.
|
static void |
ZoomPlugin.pan(IsChart chart,
Amount amount,
TransitionKey transition)
Pans the chart on demand, programmatically.
|
static void |
ZoomPlugin.zoom(IsChart chart,
Amount amount)
Zooms the chart on demand, programmatically.
|
static void |
ZoomPlugin.zoom(IsChart chart,
Amount amount,
TransitionKey transition)
Zooms the chart on demand, programmatically.
|