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