Uses of Class
org.pepstock.charba.client.options.ScaledOptions
-
Packages that use ScaledOptions Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of ScaledOptions in org.pepstock.charba.client
Subclasses of ScaledOptions in org.pepstock.charba.client Modifier and Type Class Description class
ChartOptions
This object is mapping the default options related to the chart type. -
Uses of ScaledOptions in org.pepstock.charba.client.items
Subclasses of ScaledOptions in org.pepstock.charba.client.items Modifier and Type Class Description class
OptionsNode
Wrapper of options node of CHART.JS. -
Uses of ScaledOptions in org.pepstock.charba.client.options
Subclasses of ScaledOptions in org.pepstock.charba.client.options Modifier and Type Class Description class
ExtendedOptions
Options used internally inside the chart configuration.
This is the root element of configuration.
Extends the normal options (with scales) with all methods to add callbacks and events.
It provides also the method to set the CHARBA id when new chart is created.
-