See: Description
Class | Description |
---|---|
AnimationItem |
The onProgress and onComplete event are useful for synchronizing an external draw to the chart animation.
This is a wrapper of the CHART.JS item with all needed info. |
AnimationObject |
This is native java script object, passed by CHART.JS during the animation events, which contains the animation item.
This is the CHART.JS item with all needed info. |
AxisItem |
There are a number of configuration callbacks that can be used to change parameters in the scale at different points in the
update process.
This is a wrapper of the CHART.JS item with all needed info about an axis. Implements all set methods to change java script object properties. |
AxisMarginsItem |
JavaScript object which contains the margins sizes of an axis.
This object reflects the object created by CHART.JS and is provided to Axis callbacks. Implements all set methods to change java script object properties. |
AxisMinSizeItem |
JavaScript object which contains the minimum size of an axis.
This object reflects the object created by CHART.JS and is provided to Axis callbacks. Implements all set methods to change java script object properties. |
BaseBoxItem |
Base object which maps the CHART.JS chart items which represents a box.
This is a wrapper of the CHART.JS item with all needed info. Implements all get methods to change java script object properties. |
BaseBoxNodeItem |
Base object which maps the CHART.JS chart items and represents main nodes of chart java script object.
This is a wrapper of the CHART.JS item with all needed info. Implements all get methods to change java script object properties. |
ChartAreaNode |
Object which maps the chart area item of CHART.JS chart java script object.
This is a wrapper of the CHART.JS item with all needed info. |
DatasetItem |
Calling some methods on your chart instance passing an argument of an event, will return the elements at the event
position.
The elements are mapped by this object. This is the CHART.JS item with all needed info about a selected dataset. |
DatasetItem.DatasetItemFactory |
Inner class to create dataset item by a native object.
|
DatasetMetaItem |
Calling some methods on your chart instance passing an argument of an event, will return the elements at the event
position.
Created and passed by CHART.JS and provide dataset metadata information. Contains all data set items. |
DatasetPluginItem |
This is a wrapper of java script object which represents a dataset.
This object is used in the plugins methods of CHART.JS. |
DatasetViewItem |
This item provides all information about the view where a dataset has been displayed.
This object has been created and passed to event handler or callbacks to apply own logic. This is a wrapper of the CHART.JS item with all needed info. |
EventPluginItem |
This is a wrapper of java script object which represents a event.
This object is used in the plugins methods of CHART.JS. |
LegendHitBoxItem |
This is a wrapper of the CHART.JS item which contains the legends hit box.
|
LegendItem |
This is a wrapper of the CHART.JS item which contains the legend item.
|
LegendLabelItem |
This object is created by callbacks and returned to HCART.JS as native object to configure the legend.
|
LegendNode |
Wrapper of legend node of CHART.JS.
This is a wrapper of legend node of Chart (of CHART.JS). |
MarginsItem |
It is applied to all sides of the chart (left, top, right, bottom).
This is a wrapper of the CHART.JS item |
OptionsNode |
Wrapper of options node of CHART.JS.
|
ScaleItem |
Wraps the scale item of CHART JS chart.
This is a wrapper of scale of Chart (of CHART.JS). |
ScaleLongestTextCacheItem |
Legend internal object to get data about ticks and their length in pixels.
This is a wrapper of scale text item of Chart (of CHART.JS). |
ScalesNode |
Wrapper of scales node of CHART.JS.
This is a wrapper of scale node of Chart (of CHART.JS). |
ScaleTickItem |
The tick item maps the objects passed a
ScaleItem .This is a wrapper of the CHART.JS item with all needed info. |
SizeItem |
This item contains the new size of the chart after it has been resized.
This object has been created ONLY when a resize event occurs. |
TimeTickItem |
The time tick item passed when a tick callback has been set for cartesian time axis,
CartesianTimeTick .This is a wrapper of the CHART.JS item with all needed info. |
TimeTickItem.TimeTickItemFactory |
Inner class to create time tick item by a native object.
|
TitleNode |
Wrapper of title node of CHART.JS.
This is a wrapper of title node of Chart (of CHART.JS). |
TooltipBodyItem |
This object is passed by CHART.JS to the callback to manage tooltip body.
|
TooltipItem |
Contains all info for every item of tooltip.
Created and passed by CHART.JS. It uses into the tooltips callbacks. |
TooltipItem.TooltipItemFactory |
Inner class to create tooltip item by a native object.
|
TooltipLabelColor |
This object contains the color info when a label into tooltip.
It must be used into label tooltip callback. |
TooltipModel |
This object is passed by CHART.JS to the callback to manage tooltip custom callback.
The tooltip label configuration is nested below the tooltip configuration using the callbacks key. |
TooltipNode |
Wrapper of tooltip node of CHART.JS.
This is a wrapper of title node of Chart (of CHART.JS). |
TooltipPluginItem |
Contains all info for every item of tooltip.
Created and passed by CHART.JS. It uses into the PLUGINS. |
UndefinedValues |
Class with default values when the java script object returns an UNDEFINED value.
|