Uses of Class
org.pepstock.charba.client.zoom.ScaleRange
-
Packages that use ScaleRange Package Description org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.ID
plugin (AKAchartjs-plugin-zoom.js
) for CHART.js. -
-
Uses of ScaleRange in org.pepstock.charba.client.zoom
Subclasses of ScaleRange in org.pepstock.charba.client.zoom Modifier and Type Class Description class
ScaleLimit
Entity ofZoomPlugin.ID
configuration in order to set minimum and maximum values of the scales for pan or zoom.Methods in org.pepstock.charba.client.zoom with parameters of type ScaleRange Modifier and Type Method 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.
-