Uses of Class
org.pepstock.charba.client.Configuration
-
Packages that use Configuration Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of Configuration in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type Configuration Modifier and Type Method Description voidConfigurationElement. load(IsChart chart, Configuration configuration)Called to enable to load in the a configuration object the specific configuration item (by native object). -
Uses of Configuration in org.pepstock.charba.client.commons
Methods in org.pepstock.charba.client.commons with parameters of type Configuration Modifier and Type Method Description static voidConfigurationLoader. loadData(Configuration configuration, NativeObjectContainer data)Loads the DATA in the configuration CHART.JS object.static voidConfigurationLoader. loadOptions(Configuration configuration, NativeObjectContainer options)Loads the OPTIONS in the configuration CHART.JS object. -
Uses of Configuration in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration with parameters of type Configuration Modifier and Type Method Description voidConfigurationOptions. load(IsChart chart, Configuration configuration) -
Uses of Configuration in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data with parameters of type Configuration Modifier and Type Method Description voidData. load(IsChart chart, Configuration configuration) -
Uses of Configuration in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins with parameters of type Configuration Modifier and Type Method Description voidPlugins. load(IsChart chart, Configuration configuration)voidGlobalPlugins. onChartConfigure(Configuration config, IsChart chart)Invokes the on configuration method to inform the plugins that the chart is going to be initialized.voidPlugins. onChartConfigure(Configuration config, IsChart chart)Invokes the on configuration method to inform the plugins that the chart is going to be initialized.
-