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.annotation.callbacks |
Contains the
AnnotationPlugin.ID plugin callback interfaces to catch events. |
org.pepstock.charba.client.callbacks |
All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.
|
org.pepstock.charba.client.colors |
Contains the enumerations of HTML and GWT Material colors, to consume out-of-the-box, and utilities to create and manage own
colors and classes to define gradients of patterns for charts.
|
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.controllers |
Contains all classes to manage the implementations of controllers.
|
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.datalabels.callbacks |
Contains the
DataLabelsPlugin.ID plugin callback interfaces to configure the
plugin itself. |
org.pepstock.charba.client.datalabels.events |
Contains the
DataLabelsPlugin.ID plugin event handlers interfaces to catch
event of plugin. |
org.pepstock.charba.client.defaults.chart |
Contains the default values of chart options based on type of chart instance.
|
org.pepstock.charba.client.events |
Contains all events to interact with chart instance.
|
org.pepstock.charba.client.impl.callbacks |
Contains some callbacks implementations, available out-of-the box.
|
org.pepstock.charba.client.impl.charts |
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
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.labels |
Contains all classes to use
LabelsPlugin.ID plugin (AKA
chartjs-plugin-labels.js ) available for CHART.JS |
org.pepstock.charba.client.labels.callbacks |
Contains the
LabelsPlugin.ID plugin callback interfaces to configure the plugin
itself. |
org.pepstock.charba.client.options |
Contains all elements to configure charts at global level (know as chart global options).
|
org.pepstock.charba.client.plugins |
Contains all classes to manage the plugin implementations.
|
org.pepstock.charba.client.positioner |
Contains all classes to implement a custom tooltip positioner for CHART.JS.
|
org.pepstock.charba.client.utils |
Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging.
|
org.pepstock.charba.client.zoom |
Contains all classes to activate the
ZoomPlugin.ID plugin (AKA
chartjs-plugin-zoom.js ) for CHART.js. |
org.pepstock.charba.client.zoom.callbacks |
Contains the
ZoomPlugin.ID plugin callback interfaces to configure the plugin itself
and to catch events. |
Class and Description |
---|
AbstractChart
Base class of all charts.
It contains Chart.js initialization. |
BarChart
BAR chart implementation.
A bar chart provides a way of showing data values represented as vertical bars. It is sometimes used to show trend data, and the comparison of multiple data sets side by side. |
Chart
Native object which import the CHART java script object of CHART.JS.
The Chart the entry point of CHART.JS. |
ChartNode
This is a wrapper of CHART.JS CHART instance in order to provide all properties of chart java script instance, set at
runtime.
|
ChartOptions
This object is mapping the default options related to the chart type.
|
ChartsLifecycleListener
Interface to catch the initialization, destroy and configuration of all charts.
This is acting differently from a chart plugin because it will get all triggers for all charts. Used to clean up resources, created by a special implementation and not ot-of-the-box of Charba, like CHART.JS plugins. |
ChartType
Enumerates all out-of-the-box types of a chart.
|
Configuration
This is the configuration object of a chart.
It contains always the type, options, plugins and data. THIS IS AN EXPORTED OBJECT. |
Controller
This interface enables the capability to create a custom chart.
|
Defaults
This singleton is a wrapper to
defaults object that CHART.JS (by CHART object) provides to get defaults values. |
GlobalOptions
Default global options (maps the java script object chart.defaults.global).
|
GlobalScale
Default global scale (maps the java script object
Chart.defaults.scale and the result of
Chart.scaleService ). |
Helpers
Singleton object to use the helpers utility of CHART.JS.
It maps the java script object chart.helpers . |
IsChart
Interface which defines a chart.
|
ScaleType
Interface to set the scale type of a chart.
Every chart could have scale(s) or not and it depends on chart type. |
Type
Interface to map the type and scale type of a chart.
|
UpdateConfiguration
Object can be provided with additional configuration for the update/render process.
This is useful when update is manually called inside an event handler and some different animation is desired. |
UpdateConfigurationBuilder
Comfortable object to create
UpdateConfiguration item. |
Class and Description |
---|
ChartsLifecycleListener
Interface to catch the initialization, destroy and configuration of all charts.
This is acting differently from a chart plugin because it will get all triggers for all charts. Used to clean up resources, created by a special implementation and not ot-of-the-box of Charba, like CHART.JS plugins. |
IsChart
Interface which defines a chart.
|
Class and Description |
---|
IsChart
Interface which defines a chart.
|
Class and Description |
---|
IsChart
Interface which defines a chart.
|
Class and Description |
---|
IsChart
Interface which defines a chart.
|
Class and Description |
---|
Configuration
This is the configuration object of a chart.
It contains always the type, options, plugins and data. THIS IS AN EXPORTED OBJECT. |
IsChart
Interface which defines a chart.
|
OptionsEnvelop
This object is a container of chart options, stored as native object container.
It can not be instantiated in order that public methods of Merger or ConfigurationOptions can be invoked in
safe mode. |
Type
Interface to map the type and scale type of a chart.
|
Class and Description |
---|
Configuration
This is the configuration object of a chart.
It contains always the type, options, plugins and data. THIS IS AN EXPORTED OBJECT. |
ConfigurationElement
Interface which allows an object to be called to set a native object into chart configuration.
The chart configuration are items options, data and plugins. |
IsChart
Interface which defines a chart.
|
OptionsEnvelop
This object is a container of chart options, stored as native object container.
It can not be instantiated in order that public methods of Merger or ConfigurationOptions can be invoked in
safe mode. |
Class and Description |
---|
ChartNode
This is a wrapper of CHART.JS CHART instance in order to provide all properties of chart java script instance, set at
runtime.
|
ChartType
Enumerates all out-of-the-box types of a chart.
|
Controller
This interface enables the capability to create a custom chart.
|
IsChart
Interface which defines a chart.
|
ScaleType
Interface to set the scale type of a chart.
Every chart could have scale(s) or not and it depends on chart type. |
Type
Interface to map the type and scale type of a chart.
|
Class and Description |
---|
Configuration
This is the configuration object of a chart.
It contains always the type, options, plugins and data. THIS IS AN EXPORTED OBJECT. |
ConfigurationElement
Interface which allows an object to be called to set a native object into chart configuration.
The chart configuration are items options, data and plugins. |
IsChart
Interface which defines a chart.
|
Type
Interface to map the type and scale type of a chart.
|
Class and Description |
---|
ChartsLifecycleListener
Interface to catch the initialization, destroy and configuration of all charts.
This is acting differently from a chart plugin because it will get all triggers for all charts. Used to clean up resources, created by a special implementation and not ot-of-the-box of Charba, like CHART.JS plugins. |
IsChart
Interface which defines a chart.
|
Class and Description |
---|
IsChart
Interface which defines a chart.
|
Class and Description |
---|
IsChart
Interface which defines a chart.
|
Class and Description |
---|
ChartOptions
This object is mapping the default options related to the chart type.
|
GlobalOptions
Default global options (maps the java script object chart.defaults.global).
|
Class and Description |
---|
Chart
Native object which import the CHART java script object of CHART.JS.
The Chart the entry point of CHART.JS. |
IsChart
Interface which defines a chart.
|
Class and Description |
---|
IsChart
Interface which defines a chart.
|
Class and Description |
---|
AbstractChart
Base class of all charts.
It contains Chart.js initialization. |
ConfigurationElement
Interface which allows an object to be called to set a native object into chart configuration.
The chart configuration are items options, data and plugins. |
IsChart
Interface which defines a chart.
|
Class and Description |
---|
IsChart
Interface which defines a chart.
|
Plugin
This interface is defining the extension hook for Chart.JS plugin implementation (both for inline and global
plugins).
Plugins are the most efficient way to customize or change the default behavior of a chart. |
Class and Description |
---|
IsChart
Interface which defines a chart.
|
Type
Interface to map the type and scale type of a chart.
|
Class and Description |
---|
ChartsLifecycleListener
Interface to catch the initialization, destroy and configuration of all charts.
This is acting differently from a chart plugin because it will get all triggers for all charts. Used to clean up resources, created by a special implementation and not ot-of-the-box of Charba, like CHART.JS plugins. |
IsChart
Interface which defines a chart.
|
Class and Description |
---|
IsChart
Interface which defines a chart.
|
Class and Description |
---|
IsChart
Interface which defines a chart.
|
OptionsEnvelop
This object is a container of chart options, stored as native object container.
It can not be instantiated in order that public methods of Merger or ConfigurationOptions can be invoked in
safe mode. |
Class and Description |
---|
Chart
Native object which import the CHART java script object of CHART.JS.
The Chart the entry point of CHART.JS. |
ChartsLifecycleListener
Interface to catch the initialization, destroy and configuration of all charts.
This is acting differently from a chart plugin because it will get all triggers for all charts. Used to clean up resources, created by a special implementation and not ot-of-the-box of Charba, like CHART.JS plugins. |
Configuration
This is the configuration object of a chart.
It contains always the type, options, plugins and data. THIS IS AN EXPORTED OBJECT. |
ConfigurationElement
Interface which allows an object to be called to set a native object into chart configuration.
The chart configuration are items options, data and plugins. |
IsChart
Interface which defines a chart.
|
Plugin
This interface is defining the extension hook for Chart.JS plugin implementation (both for inline and global
plugins).
Plugins are the most efficient way to customize or change the default behavior of a chart. |
Type
Interface to map the type and scale type of a chart.
|
Class and Description |
---|
IsChart
Interface which defines a chart.
|
Class and Description |
---|
IsChart
Interface which defines a chart.
|
Class and Description |
---|
ChartsLifecycleListener
Interface to catch the initialization, destroy and configuration of all charts.
This is acting differently from a chart plugin because it will get all triggers for all charts. Used to clean up resources, created by a special implementation and not ot-of-the-box of Charba, like CHART.JS plugins. |
IsChart
Interface which defines a chart.
|
Class and Description |
---|
IsChart
Interface which defines a chart.
|