Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.annotation |
Contains all classes to activate the
AnnotationPlugin.ID plugin (AKA
chartjs-plugin-annotation.js ) for CHART.js. |
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.datalabels |
Contains all classes to activate the
DataLabelsPlugin.ID plugin (AKA
chartjs-plugin-datalabels.js ) for CHART.js. |
org.pepstock.charba.client.defaults |
Contains all interfaces need to provide defaults values of the chart options.
|
org.pepstock.charba.client.defaults.globals |
Contains the default values of chart options for all chart types (CHART.JS options defaults).
|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
org.pepstock.charba.client.labels |
Contains all classes to use
LabelsPlugin.ID plugin (AKA
chartjs-plugin-labels.js ) available for CHART.JS |
org.pepstock.charba.client.plugins |
Contains all classes to manage the plugin implementations.
|
org.pepstock.charba.client.zoom |
Contains all classes to activate the
ZoomPlugin.ID plugin (AKA
chartjs-plugin-zoom.js ) for CHART.js. |
Class and Description |
---|
ArrayPlugin
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of native plugin values. |
GlobalPlugins
Global 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 |
---|
AbstractPluginCachedOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginCachedOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
AbstractPluginOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
Class and Description |
---|
AbstractPluginOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
Class and Description |
---|
AbstractPluginOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
Class and Description |
---|
AbstractPluginCachedOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginCachedOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
AbstractPluginOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
Class and Description |
---|
AbstractPluginOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
Class and Description |
---|
AbstractPluginOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
Class and Description |
---|
AbstractPlugin
Implements a plugin 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 . |
AbstractPluginOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
Class and Description |
---|
AbstractPluginCachedOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginCachedOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
AbstractPluginOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
Class and Description |
---|
AbstractPluginCachedOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginCachedOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
AbstractPluginOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
NativePlugins
This is the java script native object which is the plugins utility of CHART.JS.
It maps the java script object chart.plugins . |
Class and Description |
---|
AbstractPluginCachedOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginCachedOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
AbstractPluginOptions
Abstract plugin options where to set all the configuration needed to the plugin.
|
AbstractPluginOptionsFactory
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|