Package | Description |
---|---|
org.pepstock.charba.client.controllers | |
org.pepstock.charba.client.items |
Modifier and Type | Class and Description |
---|---|
protected static class |
StyleElement.InternalScaleItem
Internal class to extend scale items.
|
Modifier and Type | Class and Description |
---|---|
class |
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 the CHART.JS item with all needed info about an axis. |
class |
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. |
class |
BaseBoxNodeItem
Base object which maps the CHART.JS chart items and represents main nodes of chart java script object.
|
class |
ChartAreaItem
Object which maps the chart area item of CHART.JS chart java script object.
|
class |
LegendNode
Wrapper of legend node of CHART.JS.
|
class |
MarginsItem
It is applied to all sides of the chart (left, top, right, bottom).
|
class |
ScaleItem
Wraps the scale item of CHART JS chart.
|
class |
ScaleLongestTextCacheItem
Legend internal object to get data about ticks and their length in pixels.
|
class |
TitleNode
Wrapper of title node of CHART.JS.
|