Package | Description |
---|---|
org.pepstock.charba.client | |
org.pepstock.charba.client.options | |
org.pepstock.charba.client.plugins | |
org.pepstock.charba.client.plugins.impl |
Class and Description |
---|
GlobalPlugins
Glabal configuration to set plugins at global level.
It maps the CHART.JS object of default, chart.plugins . |
Plugins
Is the manager of plugins which can manage the list of plugins and returns them as java script object to store into chart
configuration.
|
Class and Description |
---|
InvalidPluginIdException
Exception created when the plugin ID is not valid.
A plugin id can not start with a dot or an underscore can not contain any non-URL-safe characters cannot contain uppercase letters should be something short, but also reasonably descriptive |
Class and Description |
---|
InvalidPluginIdException
Exception created when the plugin ID is not valid.
A plugin id can not start with a dot or an underscore can not contain any non-URL-safe characters cannot contain uppercase letters should be something short, but also reasonably descriptive |
Class and Description |
---|
AbstractPlugin
Implements a puglin interface to help who will create a plugin do not create all methods.
The only method not implemented is getId which must implemented.All onBefore* cancellable methods return true . |