Uses of Class
org.pepstock.charba.client.zoom.Amount
-
Packages that use Amount Package Description org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.ID
plugin (AKAchartjs-plugin-zoom.js
) for CHART.js. -
-
Uses of Amount in org.pepstock.charba.client.zoom
Methods in org.pepstock.charba.client.zoom with parameters of type Amount Modifier and Type Method 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.
-