Uses of Class
org.pepstock.charba.client.options.AbstractScale
-
Packages that use AbstractScale Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of AbstractScale in org.pepstock.charba.client
Subclasses of AbstractScale in org.pepstock.charba.client Modifier and Type Class Description class
GlobalScale
Default global scale (maps the java script objectChart.defaults.scale
and the result ofChart.scaleService
). -
Uses of AbstractScale in org.pepstock.charba.client.options
Subclasses of AbstractScale in org.pepstock.charba.client.options Modifier and Type Class Description class
ExtendedScale
Scale options used internally inside the chart configuration.
Extends the normal scale options with all methods to add callbacks and events.class
Scale
Scales are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart.
linear logarithmic category time time series radial linear
-