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 | Method and Description |
---|---|
ScaleItem |
StyleElement.getXScale()
Returns the X scale instance.
|
ScaleItem |
StyleElement.getYScale()
Returns the Y scale instance.
|
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. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ScaleItem> |
ScalesNode.getItems()
Returns a map with all defined axis.
|